Michele De Stefano's C++ Utilities
|
Allows the computation of the opposite orientation tag with respect to the one passed as template parameter. More...
#include <mds_utils/ublas/traits.hpp>
Allows the computation of the opposite orientation tag with respect to the one passed as template parameter.
The nested typedef type
will be assigned with the opposite orientation with respect to the one passed into orientation_category
.
orientation_category | It can be boost::numeric::ublas::row_major_tag or boost::numeric::ublas::column_major_tag. |
Definition at line 217 of file traits.hpp.