[#absl-EnableSplitIfString] = xref:absl.adoc[absl]::EnableSplitIfString :relfileprefix: ../ :mrdocs: Enables a `StrSplit()` overload only when `T` is `std::string`. == Synopsis Declared in `<absl/strings/str_split.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> using EnableSplitIfString = int; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#