[#absl-StreamFormatter] = xref:absl.adoc[absl]::StreamFormatter :relfileprefix: ../ :mrdocs: Formats its argument using the << operator. == Synopsis Declared in `<absl/strings/str_join.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- /* implementation-defined */::StreamFormatterImpl StreamFormatter(); ---- == Return Value A formatter that streams each element with `operator<<`. [.small]#Created with https://www.mrdocs.com[MrDocs]#