struct Gambit::is_container

[No description available] More…

Public Types

Name
typedef is_container< typenameremove_all< T >::type >::typetype

Public Attributes

Name
const boolvalue

Detailed Description

template <typename T >
struct Gambit::is_container;

Public Types Documentation

typedef type

typedef __is_container__<typenameremove_all<T>::type>::type Gambit::is_container< T >::type;

Public Attributes Documentation

variable value

static const bool value = __is_container__<typename remove_all<T>::type>::value;

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