struct Gambit::Scanner::find_variadic_type_not_exact< void(args…), ret(args2…), T1, T… >

[No description available] More…

Public Types

Name
typedef find_variadic_type_not_exact< void(args…), T… >::ret_typeret_type
typedef find_variadic_type_not_exact< void(args…), T… >::func_typefunc_type

Public Attributes

Name
const boolvalue

Detailed Description

template <typename ret ,
typename... args,
typename... args2,
typename T1 ,
typename... T>
struct Gambit::Scanner::__find_variadic_type_not_exact__< void(args...), ret(args2...), T1, T... >;

Public Types Documentation

typedef ret_type

typedef find_variadic_type_not_exact<void(args...),T...>::ret_type Gambit::Scanner::__find_variadic_type_not_exact__< void(args...), ret(args2...), T1, T... >::ret_type;

typedef func_type

typedef find_variadic_type_not_exact<void(args...),T...>::func_type Gambit::Scanner::__find_variadic_type_not_exact__< void(args...), ret(args2...), T1, T... >::func_type;

Public Attributes Documentation

variable value

static const bool value = find_variadic_type_not_exact <void (args...), T...>::value;

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