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

Name Description
os An output stream
str The object to output

Created with MrDocs