Searched defs:types_traits (Results 1 – 2 of 2) sorted by relevance
263 struct types_traits struct267 typedef no_throw_copies<Key, Mapped> __nothrowcopy;268 typedef typename _Alloc::template rebind<Key>::other __rebind_a;271 typedef typename _Alloc::size_type size_type;272 typedef typename __rebind_a::value_type key_type;273 typedef typename __rebind_a::pointer key_pointer;274 typedef typename __rebind_a::const_pointer key_const_pointer;275 typedef typename __rebind_a::reference key_reference;276 typedef typename __rebind_a::const_reference key_const_reference;277 typedef std::pair<size_type, size_type> comp_hash;[all …]