Same as the preceding overload.

Synopsis

Declared in <bslstl_priorityqueue.h>

template<
    class t_RANGE,
    class t_ALLOCATOR>
priority_queue(
    std::from_range_t,
    t_RANGE&& range,
    COMPARATOR const& comparator,
    t_ALLOCATOR const& allocator,
    t_ALLOCATOR* = 0)
requires bsl::uses_allocator<CONTAINER,
                                                          t_ALLOCATOR>::value;

Created with MrDocs