|  | Home | Libraries | People | FAQ | More | 
Append to the string.
constexpr basic_static_string& operator+=( std::initializer_list< value_type > ilist);
            Appends the characters from ilist
            to the end of the string.
          
Strong guarantee.
            *this
          
| Name | Description | 
|---|---|
| 
                       | The initializer list to append. | 
| Type | Thrown On | 
|---|---|
| 
                       | 
                       |