fmt::is_container_adaptor

Specifies if T is a container adaptor (like std::stack) that should be formatted as the underlying container.

Synopsis

Declared in <fmt/ranges.h>

template<typename T>
struct is_container_adaptor;

Static Data Members

NameDescription
value true if T is a container adaptor exposing a container_type member type, false otherwise.