Synopsis
Declared in <fmt/ranges.h>
template<
typename T,
typename Char>
requires conjunction<detail::is_container_adaptor_like<T>,
bool_constant<range_format_kind<T, Char>::value ==
range_format::disabled>>::value
struct formatter<T, Char>
: formatter</* implementation-defined */, Char>
Base Classes
Name |
Description |
|
Types
Name |