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

/openbsd-current/gnu/gcc/libstdc++-v3/include/ext/pb_ds/
H A Dpriority_queue.hpp75 typedef typename allocator::template rebind<value_type>::other value_rebind; typedef in class: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;
H A Dassoc_container.hpp96 typedef typename allocator::template rebind<value_type>::other value_rebind; typedef in class: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;

Completed in 108 milliseconds