Home
last modified time | relevance | path

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

/third_party/boost/libs/intrusive/example/
Ddoc_treap_algorithms.cpp45 struct node_ptr_priority struct
58 algo::insert_equal_upper_bound(&header, &two, node_ptr_compare(), node_ptr_priority()); in main() argument
61 algo::insert_equal_lower_bound(&header, &three, node_ptr_compare(), node_ptr_priority()); in main()
72 algo::unlink(&two, node_ptr_priority()); in main()
75 algo::erase(&header, &three, node_ptr_priority()); in main()