#include <traits.hpp>
Type trait for scalar fields to obtain their underlying scalar type.
This trait should be defined for each type you want to use as a scalar field with explicit operators. It is already defined for Range, std::vector and ScalarField.
Definition at line 17 of file traits.hpp.
Public Types | |
typedef scalar_field_t::Scalar | type |
Default scalar type. More... | |