Home
last modified time | relevance | path

Searched defs:unordered_tree_iterator_storage (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/heap/detail/
Dtree_iterator.hpp60 struct unordered_tree_iterator_storage struct
62 unordered_tree_iterator_storage(ValueCompare const & cmp) in unordered_tree_iterator_storage() argument
65 void push(HandleType h) in push()
70 HandleType const & top(void) in top()
75 void pop(void) in pop()
80 bool empty(void) const in empty()
85 std::vector<HandleType, typename boost::allocator_rebind<Alloc, HandleType>::type> data_;