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

[No description available] More…

Public Types

Name
typedef return_type< T1 >::typeret_type
typedef T1func_type

Public Attributes

Name
const boolvalue

Detailed Description

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

Public Types Documentation

typedef ret_type

typedef return_type<T1>::type Gambit::Scanner::__find_variadic_type_convert__< true, Tc, T1, T... >::ret_type;

typedef func_type

typedef T1 Gambit::Scanner::__find_variadic_type_convert__< true, Tc, T1, T... >::func_type;

Public Attributes Documentation

variable value

static const bool value = true;

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