Medusa  1.1
Coordinate Free Mehless Method implementation
mm::vector_type< vector_field_t > Struct Template Reference

#include <traits.hpp>

Detailed Description

template<typename vector_field_t>
struct mm::vector_type< vector_field_t >

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...
 

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