Into

Modules

Documentation

classPii::ValueType

#include <PiiTypeTraits.h>

The Type member typedef of this structure maps to the value_type member type of the type given as the template argument.

Description

The structure is specialized for pointers to return the type pointed to.

 using namespace Pii;
 typedef ValueType<PiiMatrix<double>::column_iterator>::Type DoubleType1;
 typedef ValueType<PiiMatrix<double>::row_iterator>::Type DoubleType2; 

Public types

typedef T::value_type
Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.