Michele De Stefano's C++ Utilities
mds_utils::ublas::opposite_orientation< orientation_category > Struct Template Reference

Allows the computation of the opposite orientation tag with respect to the one passed as template parameter. More...

#include <mds_utils/ublas/traits.hpp>

Detailed Description

template<class orientation_category>
struct mds_utils::ublas::opposite_orientation< orientation_category >

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.

Template Parameters
orientation_categoryIt can be boost::numeric::ublas::row_major_tag or boost::numeric::ublas::column_major_tag.
Author
Michele De Stefano
Date
25/05/2014

Definition at line 217 of file traits.hpp.


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