Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::detail::anonymous_namespace{size.hpp}::matrix_size_type< MatrixT > Struct Template Reference

Wrapper type-traits used in boost::lazy_enabled_if for getting the size type (see below). More...

#include <size.hpp>

List of all members.

Public Types

typedef matrix_traits< MatrixT >
::size_type 
type
 The size type.

Detailed Description

template<typename MatrixT>
struct boost::numeric::ublas::detail::anonymous_namespace{size.hpp}::matrix_size_type< MatrixT >

Wrapper type-traits used in boost::lazy_enabled_if for getting the size type (see below).

Template Parameters:
MatrixTA matrix type.

Definition at line 56 of file size.hpp.


Member Typedef Documentation

template<typename MatrixT >
typedef matrix_traits<MatrixT>::size_type boost::numeric::ublas::detail::anonymous_namespace{size.hpp}::matrix_size_type< MatrixT >::type

The size type.

Definition at line 59 of file size.hpp.


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