std::range_format

Header: <format>

Specifies how a range should be formatted.

# Declarations

enum class range_format {
disabled,
map,
set,
sequence,
string,
debug_string
};

(since C++23)

# See also