|
Michele De Stefano's C++ Utilities
|
Detects if a data type is a boost::numeric::ublas::vector. More...
#include <mds_utils/ublas/traits.hpp>
Detects if a data type is a boost::numeric::ublas::vector.
| T | The data type to be tested. If T is a boost::numeric::ublas::vector then mds_utils::is_vector<T> inherits from std::true_type; otherwise it inherits from std::false_type. |
Definition at line 113 of file traits.hpp.