Returns true if sp contains a non-whitespace character.
true
sp
Declared in <absl/strings/str_split.h>
<absl/strings/str_split.h>
bool operator()(std::string_view sp) const;
true if sp is neither empty nor all whitespace.