struct Gambit::is_pair

[No description available] More…

Public Types

Name
typedef is_pair< typenameremove_all< T >::type >::first_typefirst_type
typedef is_pair< typenameremove_all< T >::type >::second_typesecond_type

Public Attributes

Name
const boolvalue

Detailed Description

template <typename T >
struct Gambit::is_pair;

Public Types Documentation

typedef first_type

typedef __is_pair__<typenameremove_all<T>::type>::first_type Gambit::is_pair< T >::first_type;

typedef second_type

typedef __is_pair__<typenameremove_all<T>::type>::second_type Gambit::is_pair< T >::second_type;

Public Attributes Documentation

variable value

static const bool value = __is_pair__<typename remove_all<T>::type>::value;

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