[#absl-SkipEmpty-operator_call] = xref:absl.adoc[absl]::xref:absl/SkipEmpty.adoc[SkipEmpty]::operator() :relfileprefix: ../../ :mrdocs: Returns `true` if `sp` is non‐empty. == Synopsis Declared in `<absl/strings/str_split.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool operator()(std::string_view sp) const; ---- == Return Value `true` if `sp` is not empty, `false` otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *sp* | The substring to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#