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

Synopsis

Declared in <bslstl_priorityqueue.h>

void
push(value_type const& value);

Created with MrDocs