|  | Home | Libraries | People | FAQ | More | 
Append to the string.
template< [role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type][role red error.param neither has a declname nor a 'class ' prefix in the type]> constexpr basic_static_string& append( const T& t);
            Appends sv to the end
            of the string, where sv
            is string_view_type(t).
          
Strong guarantee.
| Type | Description | 
|---|---|
| 
                       | The type of the object to convert. | 
std::is_convertible<T const&, string_view>::value && !std::is_convertible<T const&, char const*>::value
            *this
          
| Name | Description | 
|---|---|
| 
                       | The string to append. | 
| Type | Thrown On | 
|---|---|
| 
                       | 
                       |