struct Gambit::is_vector
[No description available] More…
Public Types
Name | |
---|---|
typedef is_vector< typenameremove_all< T >::type >::type | type |
Public Attributes
Name | |
---|---|
const bool | value |
Detailed Description
template <typename T >
struct Gambit::is_vector;
Public Types Documentation
typedef type
typedef __is_vector__<typenameremove_all<T>::type>::type Gambit::is_vector< T >::type;
Public Attributes Documentation
variable value
static const bool value = __is_vector__<typename remove_all<T>::type>::value;
Updated on 2024-07-18 at 13:53:30 +0000