...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Append to the string.
template< std::size_t M> constexpr basic_static_string& operator+=( const basic_static_string< M, CharT, Traits >& s); »more...
constexpr basic_static_string& operator+=( value_type ch); »more...
constexpr basic_static_string& operator+=( const_pointer s); »more...
constexpr basic_static_string& operator+=( std::initializer_list< value_type > ilist); »more...
template< typename T> constexpr basic_static_string& operator+=( const T& t); »more...