Specifies if T is a container adaptor (like std::stack) that should be formatted as the underlying container.
Declared in <fmt/ranges.h>
template<typename T>
struct is_container_adaptor;
| Name | Description |
|---|---|
value | true if T is a container adaptor exposing a container_type member type, false otherwise. |