struct Gambit::is_pair
[No description available] More…
Public Types
| Name | |
|---|---|
| typedef T | first_type |
| typedef T | second_type |
Public Attributes
| Name | |
|---|---|
| const bool | value |
Detailed Description
template <typename T >
struct Gambit::__is_pair__;
Public Types Documentation
typedef first_type
typedef T Gambit::__is_pair__< T >::first_type;
typedef second_type
typedef T Gambit::__is_pair__< T >::second_type;
Public Attributes Documentation
variable value
static const bool value = false;
Updated on 2025-02-12 at 16:10:30 +0000