Translations of this page?:

is_heap

Syntax:

    #include <algorithm>
    bool is_heap(iterator start, iterator end);
    bool is_heap(iterator start, iterator end, StrictWeakOrdering cmp);

The is_heap() function returns true if the given range [start,end) is a heap.

If the strict weak ordering comparison function object cmp is given, then it is used instead of the < operator to compare elements.

Parameters

todo

Return value

todo

Complexity

See also

 
• • • SitemapRecent changesRSScc