struct Gambit::Scanner::find_variadic_type_exact< void(args…), ret(args2…), T… >
[No description available] More…
Public Types
Name | |
---|---|
typedef find_variadic_type_exact< void(args…), T… >::ret_type | ret_type |
typedef find_variadic_type_exact< void(args…), T… >::func_type | func_type |
Public Attributes
Name | |
---|---|
const bool | value |
Detailed Description
template <typename ret ,
typename... args,
typename... args2,
typename... T>
struct Gambit::Scanner::find_variadic_type_exact< void(args...), ret(args2...), T... >;
Public Types Documentation
typedef ret_type
typedef find_variadic_type_exact<void(args...),T...>::ret_type Gambit::Scanner::find_variadic_type_exact< void(args...), ret(args2...), T... >::ret_type;
typedef func_type
typedef find_variadic_type_exact<void(args...),T...>::func_type Gambit::Scanner::find_variadic_type_exact< void(args...), ret(args2...), T... >::func_type;
Public Attributes Documentation
variable value
static const bool value = find_variadic_type_exact<void (args...), T...>::value;
Updated on 2024-07-18 at 13:53:32 +0000