|
5.1.0
Freundlich's C++ toolkit
|
Contains indent functions. More...
Classes | |
| class | |
| Provides an output operator for indents. More... | |
Typedefs | |
| using | level = fcppt::strong_typedef< unsigned ,_> |
| The integer type for indents. | |
Functions | |
| fcppt::indent::level | extra (fcppt::indent::level const _level) |
| Increases the indent level. | |
| template<typename Ch, typename Traits> | |
| std::basic_ostream< Ch, Traits > & | operator<< (std::basic_ostream< Ch, Traits > &_stream, fcppt::indent::print const _print) |
| fcppt::indent::level | start () |
| The starting indent level. | |
Contains indent functions.
| std::basic_ostream< Ch, Traits > & fcppt::indent::operator<< | ( | std::basic_ostream< Ch, Traits > & | _stream, |
| fcppt::indent::print const | _print ) |