bsl::queue<CONTAINER::value_type, CONTAINER>

Deduce the template parameters VALUE and CONTAINER from the parameters supplied to the constructor of queue. This deduction guide does not participate if the parameter meets the requirements for a standard allocator.

Synopsis

Declared in <bslstl_queue.h>

template<class CONTAINER>
requires !bsl::IsStdAllocator_v<CONTAINER>
queue<CONTAINER::value_type, CONTAINER>(CONTAINER) -> queue<CONTAINER::value_type, CONTAINER>;