Template Function sdv::operator+(TCharType, const string_base<TCharType, bUnicodeRight, nFixedSizeRight>&)#

Function Documentation#

template<typename TCharType, bool bUnicodeRight, size_t nFixedSizeRight>
string_base<TCharType, bUnicodeRight, nFixedSizeRight> sdv::operator+(TCharType cLeft, const string_base<TCharType, bUnicodeRight, nFixedSizeRight> &rssRight)#

Returns a string composed from left character followed by right characters.

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

  • bUnicodeRight – When set, the right string is a unicode string.

  • nFixedSizeRight – Fixed size of the right string.

Parameters:
  • cLeft[in] Left character.

  • rssRight[in] Reference to the right string.

Returns:

String with left character concatenated with right characters.