carb::operator<<
Defined in carb/RString.h
-
template<class CharT, class Traits>
::std::basic_ostream<CharT, Traits> &carb::operator<<(::std::basic_ostream<CharT, Traits> &o, const RString &s) Global stream output operator for RString.
- Parameters
o – The output stream to write to.
s – The registered string to output.
- Returns
The output stream,
o
.