std::range-default-formatter<std::range_format::map>

Header: <format>

The class template /range-default-formatter/ for range types is specialized for formatting range as a map of keys to values if std::format_kind is std::range_format::map.

# Declarations

template< ranges::input_range R, class CharT >
struct /*range-default-formatter*/<range_format::map, R, CharT>;

(since C++23) (exposition only*)

# See also