This struct provides a namespace for a suite of functions on STL‐style strings (bsl::string, std::string, std::pmr::string), C‐style strings, and strings specified by a (const char *, int) or (char *, int) pair.
Synopsis
Declared in <bdlb_string.h>
struct String;
Static Member Functions
Name |
Description |
|
|
|
|
|
|
|
|
|
|
|
|
Skip leading and trailing whitespace characters in the string indicated by the specified |
|
Return the minimum of the length of the specified |
|
Return the address providing non‐modifiable access to the last position in the specified |
|
Return the address providing non‐modifiable access to the last position in the specified |
|
Return the address providing non‐modifiable access to the first position in the specified |
|
Return the address providing non‐modifiable access to the first position in the specified |
|
Copy into the specified |
|
|
|
|
|
|
|
|
Created with MrDocs