Insert the elements of the specified range into this priority queue. Note that range must meet the requirements of an input range and the values from range must have a type matching or convertible to (template parameter) VALUE.
Declared in <bslstl_priorityqueue.h>
template<class t_RANGE>
void
push_range(t_RANGE&& range);