absl::AllowEmpty::operator()

Returns true for any substring, including empty ones.

Synopsis

Declared in <absl/strings/str_split.h>

bool
operator()(std::string_view text) const;

Return Value

Always true.

Parameters

NameDescription
textThe substring to test.