5.1.0
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
fcppt::indent Namespace Reference

Contains indent functions. More...

Classes

class  print
 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.

Detailed Description

Contains indent functions.

Function Documentation

◆ operator<<()

template<typename Ch, typename Traits>
std::basic_ostream< Ch, Traits > & fcppt::indent::operator<< ( std::basic_ostream< Ch, Traits > & _stream,
fcppt::indent::print const _print )