Static Public Attributes
ecl::PrecisionWidth< Type > Struct Template Reference

Precision width trait for fundamental types. More...

#include <common.hpp>

List of all members.

Static Public Attributes

static const int value = 0

Detailed Description

template<typename Type>
struct ecl::PrecisionWidth< Type >

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).

Definition at line 51 of file common.hpp.


Member Data Documentation

template<typename Type >
const int ecl::PrecisionWidth< Type >::value = 0 [static]

Definition at line 53 of file common.hpp.


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


ecl_formatters
Author(s): Daniel Stonier
autogenerated on Wed Aug 26 2015 11:27:13