Template Function sdv::operator<<(std::basic_ostream<TCharType, std::char_traits<TCharType>>&, const string_base<TCharType, bUnicode, nFixedSize>&)#

Function Documentation#

template<typename TCharType, bool bUnicode, size_t nFixedSize>
std::basic_ostream<TCharType, std::char_traits<TCharType>> &sdv::operator<<(std::basic_ostream<TCharType, std::char_traits<TCharType>> &rstream, const string_base<TCharType, bUnicode, nFixedSize> &rss)#

Stream the content of a string into a std::basic_ostream object.

Template Parameters:
  • TCharType – The character type to use for the strings.

  • bUnicode – When set, the string is a unicode string.

  • nFixedSize – Fixed size of the string.

Parameters:
  • rstream[in] Reference to the stream.

  • rss[in] Reference to the string.

Returns:

Reference to the stream.