template <typename F1, typename F2>

class PairFormatterImpl

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

Formats a std::pair

<

>. The 'first' member is formatted using f1_ and the

'second' member is formatted using f2_. sep_ is the separator.

Public Methods

void PairFormatterImpl<F1, F2> (F1 f1, absl::string_view sep, F2 f2)

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

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

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

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

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