|  | Home | Libraries | People | FAQ | More | 
Append to the string.
constexpr basic_static_string& append( size_type count, value_type ch);
            Appends count copies
            of ch to the end of the
            string.
          
Strong guarantee.
            *this
          
| Name | Description | 
|---|---|
| 
                       | The number of characters to append. | 
| 
                       | The character to append. | 
| Type | Thrown On | 
|---|---|
| 
                       | 
                       |