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