xtd 0.2.0
Loading...
Searching...
No Matches

◆ new_line() [2/2]

template<typename char_t , class traits_t >
static std::basic_ostream< char_t, traits_t > & xtd::environment::new_line ( std::basic_ostream< char_t, traits_t > &  os)
inlinestatic

Inserts a new-line character.

Parameters
osOutput stream object affected. Because this function is a manipulator, it is designed to be used alone with no arguments in conjunction with the insertion (<<) operations on output streams (see example below).
Returns
Argument os.