Pseudo formatter for integral type arrays. More...
#include <array_dynamic_mem_check.hpp>
Public Member Functions | |
ecl::Array< Type, N > & | operator() (ecl::Array< Type, N > &array) |
virtual | ~ArrayFormatter () |
Pseudo formatter for integral type arrays.
These do nothing but pass the array back for streaming. Do not use this class directly, rather call it via either the Array or Format classes explicitly. This makes the code more readable. e.g.
Type | : the value type of the fixed size Array. |
N | : the size of the container to be formatted. |
Definition at line 49 of file array_dynamic_mem_check.hpp.
|
inlinevirtual |
Definition at line 67 of file array/formatters.hpp.
|
inline |
Pseudo formatter method, simply returns the underlying array which has its own stream operator.
array | : the array to be formatted. |
Definition at line 75 of file array/formatters.hpp.