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