Returns true for any substring, including empty ones.
Synopsis
Declared in <absl/strings/str_split.h>
bool
operator()(std::string_view text) const;
Return Value
Always true.
Parameters
Name |
Description |
text |
The substring to test. |
Created with MrDocs