absl::SkipWhitespace::operator()

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

NameDescription
spThe substring to test.