struct Gambit::is_container< std::array< T, N > >
[No description available] More…
Public Types
Name | |
---|---|
typedef T | type |
Public Attributes
Name | |
---|---|
const bool | value |
Detailed Description
template <typename T ,
size_t N>
struct Gambit::__is_container__< std::array< T, N > >;
Public Types Documentation
typedef type
typedef T Gambit::__is_container__< std::array< T, N > >::type;
Public Attributes Documentation
variable value
static const bool value = true;
Updated on 2024-07-18 at 13:53:30 +0000