Home
last modified time | relevance | path

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

/third_party/boost/libs/heap/test/
Dmutable_heap_test.cpp123 struct skew_heap_data struct
125 typedef skew_heap<skew_heap_data, mutable_<true> >::handle_type handle_type; argument
130 skew_heap_data(int i):i(i) {} in skew_heap_data() argument
132 bool operator<(skew_heap_data const & rhs) const in operator <() argument