struct Gambit::Scanner::find_variadic_type_not_exact< T1, T2, T… >
[No description available] More…
Public Types
Name | |
---|---|
typedef find_variadic_type_not_exact< typenameremove_all_func< T1 >::type, typenameremove_all_func< T2 >::type, T2, T… >::ret_type | ret_type |
typedef find_variadic_type_not_exact< typenameremove_all_func< T1 >::type, typenameremove_all_func< T2 >::type, T2, T… >::func_type | func_type |
Public Attributes
Name | |
---|---|
const bool | value |
Detailed Description
template <typename T1 ,
typename T2 ,
typename... T>
struct Gambit::Scanner::_find_variadic_type_not_exact_< T1, T2, T... >;
Public Types Documentation
typedef ret_type
typedef __find_variadic_type_not_exact__<typenameremove_all_func<T1>::type,typenameremove_all_func<T2>::type,T2,T...>::ret_type Gambit::Scanner::_find_variadic_type_not_exact_< T1, T2, T... >::ret_type;
typedef func_type
typedef __find_variadic_type_not_exact__<typenameremove_all_func<T1>::type,typenameremove_all_func<T2>::type,T2,T...>::func_type Gambit::Scanner::_find_variadic_type_not_exact_< T1, T2, T... >::func_type;
Public Attributes Documentation
variable value
static const bool value = __find_variadic_type_not_exact__ <typename remove_all_func<T1>::type, typename remove_all_func<T2>::type, T2, T...>::value;
Updated on 2024-07-18 at 13:53:32 +0000