size<T>::type

Prototype

template <class T>
struct size
{ typedef size-type-of-T type ; }

Description

Type that can be used to describe unambiguously the size of an expression. For vectors this can be a simple (unsigned) integer while for a matrix this can be an pair of integers.

Definition

Defined in size_type.hpp

Associated types

typethe size-type