Theoretica
A C++ numerical and automatic mathematical library
theoretica::is_vector< Structure, typename > Struct Template Reference

Check whether a structure is considerable a vector, by checking that it has an operator[] and a size() method. More...

#include <core_traits.h>

+ Inheritance diagram for theoretica::is_vector< Structure, typename >:

Detailed Description

template<typename Structure, typename = _internal::void_t<>>
struct theoretica::is_vector< Structure, typename >

Check whether a structure is considerable a vector, by checking that it has an operator[] and a size() method.


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