Function overload of PairFormatter() for using a default AlphaNumFormatter() for each Formatter in the pair.

Synopsis

Declared in <absl/strings/str_join.h>

/* implementation-defined */::PairFormatterImpl</* implementation-defined */::AlphaNumFormatterImpl, /* implementation-defined */::AlphaNumFormatterImpl>
PairFormatter(std::string_view sep);

Return Value

A formatter for std::pair elements using the default formatter.

Parameters

Name

Description

sep

The separator placed between the two members.

Created with MrDocs