Home
last modified time | relevance | path

Searched refs:use_ordered_iterators (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/heap/detail/
Dheap_comparison.hpp138 const bool use_ordered_iterators = Heap1::has_ordered_iterators && Heap2::has_ordered_iterators; in heap_equality() local
140 typedef typename boost::conditional<use_ordered_iterators, in heap_equality()
227 const bool use_ordered_iterators = Heap1::has_ordered_iterators && Heap2::has_ordered_iterators; in heap_compare() local
229 typedef typename boost::conditional<use_ordered_iterators, in heap_compare()