struct Gambit::is_pair< std::pair< T1, T2 > >

[No description available] More…

Public Types

Name
typedef T1first_type
typedef T2second_type

Public Attributes

Name
const boolvalue

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 2023-06-26 at 21:36:50 +0000