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