struct Gambit::Scanner::find_variadic_type_convert< Tc, T1, T… >

[No description available] More…

Public Types

Name
typedef find_variadic_type_convert< is_args_convertible< Tc, T1 >::value, T1, T… >::ret_typeret_type
typedef find_variadic_type_convert< is_args_convertible< Tc, T1 >::value, T1, T… >::func_typefunc_type

Public Attributes

Name
const boolvalue

Detailed Description

template <typename Tc ,
typename T1 ,
typename... T>
struct Gambit::Scanner::_find_variadic_type_convert_< Tc, T1, T... >;

Public Types Documentation

typedef ret_type

typedef __find_variadic_type_convert__<is_args_convertible<Tc,T1>::value,T1,T...>::ret_type Gambit::Scanner::_find_variadic_type_convert_< Tc, T1, T... >::ret_type;

typedef func_type

typedef __find_variadic_type_convert__<is_args_convertible<Tc,T1>::value,T1,T...>::func_type Gambit::Scanner::_find_variadic_type_convert_< Tc, T1, T... >::func_type;

Public Attributes Documentation

variable value

static const bool value = __find_variadic_type_convert__<is_args_convertible<Tc, T1>::value, T1, T...>::value;

Updated on 2023-06-26 at 21:36:52 +0000