struct Gambit::Scanner::find_variadic_type_not_exact< void(args…), ret(args…), T1, T… >
[No description available] More…
Public Types
Name | |
---|---|
typedef ret | ret_type |
typedef T1 | func_type |
Public Attributes
Name | |
---|---|
const bool | value |
Detailed Description
template <typename ret ,
typename... args,
typename T1 ,
typename... T>
struct Gambit::Scanner::__find_variadic_type_not_exact__< void(args...), ret(args...), T1, T... >;
Public Types Documentation
typedef ret_type
typedef ret Gambit::Scanner::__find_variadic_type_not_exact__< void(args...), ret(args...), T1, T... >::ret_type;
typedef func_type
typedef T1 Gambit::Scanner::__find_variadic_type_not_exact__< void(args...), ret(args...), T1, T... >::func_type;
Public Attributes Documentation
variable value
static const bool value = true;
Updated on 2025-02-12 at 16:10:32 +0000