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

/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dtrie_policy.hpp84 typedef typename Allocator::template rebind<key_type>::other key_rebind; typedef in struct:pb_ds::string_trie_e_access_traits
85 typedef typename key_rebind::const_reference const_key_reference;
H A Dassoc_container.hpp80 typedef typename allocator::template rebind<key_type>::other key_rebind; typedef in class:pb_ds::container_base
81 typedef typename key_rebind::reference key_reference;
82 typedef typename key_rebind::const_reference const_key_reference;
83 typedef typename key_rebind::pointer key_pointer;
84 typedef typename key_rebind::const_pointer const_key_pointer;

Completed in 93 milliseconds