Returns true if sp contains a non‐whitespace character.
Synopsis
Declared in <absl/strings/str_split.h>
bool
operator()(std::string_view sp) const;
Return Value
true if sp is neither empty nor all whitespace.
Parameters
Name |
Description |
sp |
The substring to test. |
Created with MrDocs