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

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

Define a has_size_type trait class. More...

#include <size.hpp>

List of all members.

Public Types

typedef vector_traits< VectorT >
::size_type 
type
 The size type.

Detailed Description

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

Define a has_size_type trait class.

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

Template Parameters:
VectorTA vector type.

Definition at line 44 of file size.hpp.


Member Typedef Documentation

template<typename VectorT >
typedef vector_traits<VectorT>::size_type boost::numeric::ublas::detail::anonymous_namespace{size.hpp}::vector_size_type< VectorT >::type

The size type.

Definition at line 47 of file size.hpp.


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