#include <traits.hpp>
Type trait for vector fields to obtain their underlying vector type.
This trait should be defined for each type you want to use as a vector field with explicit operators. It is already defined for Range, std::vector and VectorField.
Definition at line 28 of file traits.hpp.
Public Types | |
typedef void | type |
By default invalid underlying vector type. Must be specified for each type separately. More... | |