Returns true if sp is non‐empty.
Synopsis
Declared in <absl/strings/str_split.h>
bool
operator()(std::string_view sp) const;
Return Value
true if sp is not empty, false otherwise.
Parameters
Name |
Description |
sp |
The substring to test. |
Created with MrDocs