bsl::priority_queue<CONTAINER::value_type, CONTAINER, COMPARATOR>

Deduce the template parameter VALUE and CONTAINER from the parameters supplied to the constructor of priority_queue.

Synopsis

Declared in <bslstl_priorityqueue.h>

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