Helper class to dump an array view on a stream. More...
#include <arccore/base/ArrayViewDumper.h>
Static Public Member Functions | |
| template<typename Stream> | |
| static void | dumpArray (Stream &o, ViewType val, int max_print) |
Helper class to dump an array view on a stream.
The method dumpArray() is templated on the stream type so we do not need to include the header 'iostream' in this header. The goal is to reduce compilation time. The user has to include 'iostream' if he needs to dump the array.
Definition at line 38 of file ArrayViewDumper.h.
|
inlinestatic |
Definition at line 43 of file ArrayViewDumper.h.