bsl::priority_queue<VALUE>

Deduce the template parameter VALUE from the value_type of the iterators supplied to the constructor of priority_queue.

Synopsis

Declared in <bslstl_priorityqueue.h>

template<
    class INPUT_ITERATOR,
    class VALUE = BloombergLP::bslstl::IteratorUtil::IterVal_t<INPUT_ITERATOR>>
priority_queue<VALUE>(
    INPUT_ITERATOR,
    INPUT_ITERATOR) -> priority_queue<VALUE>;