|  | Home | Libraries | People | FAQ | More | 
Change the size of the string.
void resize( std::size_t count);
            Resizes the string to contain count
            characters. If count > size(), characters with the value 0 are appended. Otherwise, size()
            is reduced to count.
          
| Name | Description | 
|---|---|
| 
                       | The size to resize the string to. | 
| Type | Thrown On | 
|---|---|
| 
                       | 
                       |