template <typename Formatter>
class DereferenceFormatterImpl
Defined at line 140 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 142 of file ../../third_party/abseil-cpp/src/absl/strings/internal/str_join_internal.h
void DereferenceFormatterImpl<Formatter> (Formatter && f)
Defined at line 143 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 147 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 152 of file ../../third_party/abseil-cpp/src/absl/strings/internal/str_join_internal.h