struct Gambit::is_pair

[No description available] More…

Public Types

Name
typedef Tfirst_type
typedef Tsecond_type

Public Attributes

Name
const boolvalue

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