struct Gambit::is_vector

[No description available] More…

Public Types

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

Public Attributes

Name
const boolvalue

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 2023-06-26 at 21:36:50 +0000