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

Header: <format>

The class template /range-default-formatter/ for range types is specialized for formatting range as a sequence of elements if std::format_kind is std::range_format::sequence.

# Declarations

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

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

# See also