struct Gambit::is_pair
[No description available] More…
Public Types
Name | |
---|---|
typedef is_pair< typenameremove_all< T >::type >::first_type | first_type |
typedef is_pair< typenameremove_all< T >::type >::second_type | second_type |
Public Attributes
Name | |
---|---|
const bool | value |
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 2024-07-18 at 13:53:30 +0000