Formats its argument using the << operator.

Synopsis

Declared in <absl/strings/str_join.h>

/* implementation-defined */::StreamFormatterImpl
StreamFormatter();

Return Value

A formatter that streams each element with operator<<.

Created with MrDocs