struct Gambit::is_container< std::unordered_map< T1, T2 > >

[No description available] More…

Public Types

Name
typedef std::pair< T1, T2 >type

Public Attributes

Name
const boolvalue

Detailed Description

template <typename T1 ,
typename T2 >
struct Gambit::__is_container__< std::unordered_map< T1, T2 > >;

Public Types Documentation

typedef type

typedef std::pair<T1, T2> Gambit::__is_container__< std::unordered_map< T1, T2 > >::type;

Public Attributes Documentation

variable value

static const bool value = true;

Updated on 2023-06-26 at 21:36:50 +0000