push
Syntax:
#include <queue> void push( const TYPE& val );
The function push() adds val to the end of the current priority queue.
Syntax:
#include <queue> void push( const TYPE& val );
The function push() adds val to the end of the current priority queue.