|  | Home | Libraries | People | FAQ | More | 
Append to the string.
template< std::size_t M> constexpr basic_static_string& append( const basic_static_string< M, CharT, Traits >& s);
            Appends s to the end
            of the string.
          
Strong guarantee.
| Type | Description | 
|---|---|
| 
                       | The size of the string to append. | 
            *this
          
| Name | Description | 
|---|---|
| 
                       | The string to append. | 
| Type | Thrown On | 
|---|---|
| 
                       | 
                       |