template <typename Formatter>

class DereferenceFormatterImpl

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

Wraps another formatter and dereferences the argument to operator() then

passes the dereferenced argument to the wrapped formatter. This can be

useful, for example, to join a std::vector

<int

*>.

Public Methods

void DereferenceFormatterImpl<Formatter> ()

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

void DereferenceFormatterImpl<Formatter> (Formatter && f)

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

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

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

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

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