Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
Dpriority_queue.hpp75 typedef typename allocator::template rebind<value_type>::other value_rebind; typedef in pb_ds::priority_queue
76 typedef typename value_rebind::reference reference;
77 typedef typename value_rebind::const_reference const_reference;
78 typedef typename value_rebind::pointer pointer;
79 typedef typename value_rebind::const_pointer const_pointer;
Dassoc_container.hpp96 typedef typename allocator::template rebind<value_type>::other value_rebind; typedef in pb_ds::container_base
97 typedef typename value_rebind::reference reference;
98 typedef typename value_rebind::const_reference const_reference;
99 typedef typename value_rebind::pointer pointer;
100 typedef typename value_rebind::const_pointer const_pointer;