struct Gambit::Scanner::find_variadic_type< true, b1, b2, T… >

[No description available] More…

Public Types

Name
typedef find_variadic_type_exact< T… >::ret_typeret_type
typedef find_variadic_type_exact< T… >::func_typefunc_type

Public Attributes

Name
const boolvalue

Detailed Description

template <bool b1,
bool b2,
typename... T>
struct Gambit::Scanner::__find_variadic_type__< true, b1, b2, T... >;

Public Types Documentation

typedef ret_type

typedef find_variadic_type_exact<T...>::ret_type Gambit::Scanner::__find_variadic_type__< true, b1, b2, T... >::ret_type;

typedef func_type

typedef find_variadic_type_exact<T...>::func_type Gambit::Scanner::__find_variadic_type__< true, b1, b2, T... >::func_type;

Public Attributes Documentation

variable value

static const bool value = true;

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