Spatial C++ Library
Generic Multi-Dimensional Containers and Spatial Operations
|
The dimension value is set by a template value, thus consuming no memory. More...
#include <spatial_rank.hpp>
Public Member Functions | |
dimension_type | operator() () const |
Returns the dimension for the rank specified in the template parameter Value . More... | |
The dimension value is set by a template value, thus consuming no memory.
Value | The magnitude of the rank. |
Definition at line 30 of file spatial_rank.hpp.
dimension_type spatial::details::Static_rank< Value >::operator() | ( | ) | const |
Returns the dimension for the rank specified in the template parameter Value
.
Definition at line 34 of file spatial_rank.hpp.