Searched refs:value_rebind (Results 1 – 2 of 2) sorted by relevance
75 typedef typename allocator::template rebind<value_type>::other value_rebind; typedef in pb_ds::priority_queue76 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;
96 typedef typename allocator::template rebind<value_type>::other value_rebind; typedef in pb_ds::container_base97 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;