Finds the next occurrence of the delimiter in text at or after pos.
Synopsis
Declared in <absl/strings/str_split.h>
std::string_view
Find(
std::string_view text,
size_t pos) const;
Return Value
A view of the matched delimiter, or an empty trailing view.
Parameters
Name |
Description |
text |
The text to search. |
pos |
The position to start searching from. |
Created with MrDocs