This struct provides a namespace for a suite of functions on bsl::string_view containers.
Synopsis
Declared in <bdlb_stringviewutil.h>
struct StringViewUtil;
Type Aliases
Name |
Description |
Size type of string_view containers. |
Static Member Functions
Name |
Description |
Return |
|
|
|
Return the position of the first character not in |
|
Return the position of the first character from |
|
Return the position of the last character not in |
|
Return the position of the last character from |
|
Compare |
|
Return a view of |
|
Return a view of |
|
|
|
Return a view of the last occurrence of |
|
Return a view of the last case‐insensitive match of |
|
Return a view of the first occurrence of |
|
Return a view of the first case‐insensitive match of |
|
Return a substring of |
|
Return a view of |
|
Compare |
Static Data Members
Name |
Description |
Value used to denote "not‐a‐position", guaranteed to be outside the |
Created with MrDocs