The Sparta Modeling Framework
Loading...
Searching...
No Matches
sparta::is_vector< T > Struct Template Reference

Templated for determining if ValueType is std::vector for use in metaprogramming constructs. This is intended to be be consumed by enable_if. More...

#include <Utils.hpp>

Static Public Attributes

static const bool value = false
 'value' field used by enable_if construct.
 

Detailed Description

template<typename T>
struct sparta::is_vector< T >

Templated for determining if ValueType is std::vector for use in metaprogramming constructs. This is intended to be be consumed by enable_if.

Definition at line 236 of file Utils.hpp.

Member Data Documentation

◆ value

template<typename T >
const bool sparta::is_vector< T >::value = false
static

'value' field used by enable_if construct.

Is false if T is not a vector. true if T is a vector.

Definition at line 242 of file Utils.hpp.


The documentation for this struct was generated from the following file: