Default Constructor.
A binary function predicates x element would be placed before y. When returns true
, then x precedes y. Note that, because equality is predicated by !comp(x, y) && !comp(y, x)
, the function must not cover the equality like <=
or >=
. It must exclude the equality like <
or >
. Default is less.
Copy Constructor.
Object to copy.
Range Constructor.
Input iterator of the first position.
Input iterator of the last position.
A binary function predicates x element would be placed before y. When returns true
, then x precedes y. Note that, because equality is predicated by !comp(x, y) && !comp(y, x)
, the function must not cover the equality like <=
or >=
. It must exclude the equality like <
or >
. Default is less.
Get top element.
Get value comparison function.
Generated using TypeDoc
Priority Queue; Greater Out First.
Jeongho Nam - https://github.com/samchon