std::range_format
Min standard notice:
Header: <format>
Specifies how a range should be formatted.
# Declarations
enum class range_format {
disabled,
map,
set,
sequence,
string,
debug_string
};
(since C++23)
Header: <format>
Specifies how a range should be formatted.
enum class range_format {
disabled,
map,
set,
sequence,
string,
debug_string
};
(since C++23)