Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dtag_and_trait.hpp146 struct binary_heap_tag : public priority_queue_tag { }; struct
322 struct container_traits_base<binary_heap_tag>
324 typedef binary_heap_tag container_category;
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dpriority_queue_base_dispatch.hpp83 struct priority_queue_base_dispatch<Value_Type, Cmp_Fn, binary_heap_tag, Allocator>