[#bsl-priority_queue-034-push_range] = xref:bsl.adoc[bsl]::xref:bsl/priority_queue-034.adoc[priority_queue]::push_range :relfileprefix: ../../ :mrdocs: 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`. == Synopsis Declared in `<bslstl_priorityqueue.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class t_RANGE> void push_range(t_RANGE&& range); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#