Function overload of PairFormatter() for using a default AlphaNumFormatter() for each Formatter in the pair.
Declared in <absl/strings/str_join.h>
/* implementation-defined */::PairFormatterImpl</* implementation-defined */::AlphaNumFormatterImpl, /* implementation-defined */::AlphaNumFormatterImpl>
PairFormatter(std::string_view sep);
A formatter for std::pair elements using the default formatter.
| Name | Description |
|---|---|
| sep | The separator placed between the two members. |