![]() |
Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms
|
Define a has_size_type
trait class.
More...
#include <size.hpp>
Public Types | |
typedef vector_traits< VectorT > ::size_type | type |
The size type. |
Define a has_size_type
trait class.
Wrapper type-traits used in boost::lazy_enabled_if
for getting the size type (see below).
VectorT | A vector type. |
typedef vector_traits<VectorT>::size_type boost::numeric::ublas::detail::anonymous_namespace{size.hpp}::vector_size_type< VectorT >::type |