operator<<#
Fully qualified name: 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 RStringKey &s,
Global stream output operator for RStringKey.
- Parameters:
o – The output stream to write to.
s – The registered string to output.
- Returns:
The output stream,
o
.