C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The Wrapper class is internally used print text which might needs to be wrapped preserving the indentation. More...
#include <argumentparserprivate.h>
Public Member Functions | |
Wrapper (const char *str, Indentation currentIndentation=Indentation()) | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Wrapper &wrapper) |
The Wrapper class is internally used print text which might needs to be wrapped preserving the indentation.
Definition at line 42 of file argumentparserprivate.h.
|
inline |
Definition at line 53 of file argumentparserprivate.h.
|
friend |
Definition at line 407 of file argumentparser.cpp.