Template Struct PrecisionWidth

Struct Documentation

template<typename Type>
struct PrecisionWidth

Precision width trait for fundamental types.

Numerical metafunction used by the default insertion operator to establish the width of a cell when a matrix is sent to an output stream. This value will generally store the space required by integers for decimal precision (i.e. none).

Public Static Attributes

static const int value = 0