struct Gambit::is_pair< std::pair< T1, T2 > >
[No description available] More…
Public Types
Name | |
---|---|
typedef T1 | first_type |
typedef T2 | second_type |
Public Attributes
Name | |
---|---|
const bool | value |
Detailed Description
template <typename T1 ,
typename T2 >
struct Gambit::__is_pair__< std::pair< T1, T2 > >;
Public Types Documentation
typedef first_type
typedef T1 Gambit::__is_pair__< std::pair< T1, T2 > >::first_type;
typedef second_type
typedef T2 Gambit::__is_pair__< std::pair< T1, T2 > >::second_type;
Public Attributes Documentation
variable value
static const bool value = true;
Updated on 2024-07-18 at 13:53:30 +0000