Remove leading and trailing whitespace from string.
Synopsis
Declared in <bdlb_string.h>
static
void
trim(bsl::string* string);
Parameters
Name |
Description |
string |
string to trim |
Created with MrDocs
Remove leading and trailing whitespace from string.
Declared in <bdlb_string.h>
static
void
trim(bsl::string* string);
Name |
Description |
string |
string to trim |
Created with MrDocs