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

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dassoc_container.hpp88 typedef typename allocator::template rebind<mapped_type>::other mapped_rebind; typedef in class:pb_ds::container_base
89 typedef typename mapped_rebind::reference mapped_reference;
90 typedef typename mapped_rebind::const_reference const_mapped_reference;
91 typedef typename mapped_rebind::pointer mapped_pointer;
92 typedef typename mapped_rebind::const_pointer const_mapped_pointer;

Completed in 61 milliseconds