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 2025-02-12 at 16:10:31 +0000