absl::SkipEmpty::operator()

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

NameDescription
spThe substring to test.