Detailed Description
template<typename ExpressionType>
class WithFormat< ExpressionType >
Pseudo expression providing matrix output with given format.
- 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::format() and most of the time this is the only way it is used.
See class IOFormat for some examples.
- See also:
- DenseBase::format(), class IOFormat
Definition at line 104 of file IO.h.
#include <src/Core/IO.h>
List of all members.
Constructor & Destructor Documentation
template<typename ExpressionType>
Definition at line 108 of file IO.h.
Friends And Related Function Documentation
template<typename ExpressionType>
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const WithFormat< ExpressionType > & |
wf | |
|
) |
| | [friend] |
Definition at line 112 of file IO.h.
Member Data Documentation
template<typename ExpressionType>
Definition at line 119 of file IO.h.
template<typename ExpressionType>
Definition at line 118 of file IO.h.