mp_units::operator<<

Stream insertion operator

Synopsis

Declared in <mp-units/ext/fixed_string.h>

std::basic_ostream<CharT>&
operator<<(
    std::basic_ostream<CharT>& os,
    basic_fixed_string const& str);

Return Value

Reference to the current output stream

Parameters

NameDescription
osAn output stream
strThe object to output