stl:priority_queue:push

C++ Reference

push

Syntax:

    #include <queue>
    void push( const TYPE& val );

The function push() adds val to the end of the current priority queue.