Insert the specified value into this priority queue. In effect, performs c.push_back(value);.
value
c.push_back(value);
Declared in <bslstl_priorityqueue.h>
<bslstl_priorityqueue.h>
void push(value_type const& value);