ltrim overloads
Synopses
Declared in <bdlb_string.h>
Remove leading whitespace characters from string.
static
void
ltrim(char* string);
Remove leading whitespace characters from string.
static
void
ltrim(bsl::string* string);
Remove leading whitespace characters from string.
static
void
ltrim(std::pmr::string* string);
Remove leading whitespace characters from string.
static
void
ltrim(std::string* string);
Remove leading whitespace and update *length accordingly.
static
void
ltrim(
char* string,
int* length);
Parameters
Name |
Description |
string |
null‐terminated string to trim |
length |
length of |
Created with MrDocs