class StreamFormatterImpl

Defined at line 87 of file ../../third_party/abseil-cpp/src/absl/strings/internal/str_join_internal.h

Formats types to strings using the

<

<

operator.

Public Methods

template <typename T>
void operator() (std::string * out, const T & t)

The method isn't const because it mutates state. Making it const will

render StreamFormatterImpl thread-hostile.

Defined at line 92 of file ../../third_party/abseil-cpp/src/absl/strings/internal/str_join_internal.h