template<typename ExpressionType>
WithFormat class
Pseudo expression providing matrix output with given format.
Template parameters | |
---|---|
ExpressionType | the type of the object on which IO stream operations are performed |
This class represents an expression with stream operators controlled by a given IOFormat. It is the return type of DenseBase::
See class IOFormat for some examples.