bsl::priority_queue::push

Insert the specified value into this priority queue. In effect, performs c.push_back(value);.

Synopses

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...