Template Function eastl::is_heap(RandomAccessIterator, RandomAccessIterator)¶
- Defined in File heap.h
Function Documentation¶
-
template<typename
RandomAccessIterator>
booleastl::is_heap(RandomAccessIterator first, RandomAccessIterator last) is_heap
This is a useful debugging algorithm for verifying that a random
access container is in heap format.