struct Gambit::is_container
[No description available] More…
Public Types
Name | |
---|---|
typedef is_container< typenameremove_all< T >::type >::type | type |
Public Attributes
Name | |
---|---|
const bool | value |
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 2024-07-18 at 13:53:30 +0000