Searched defs:container_base_dispatch (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/ |
H A D | container_base_dispatch.hpp | 118 struct container_base_dispatch<Key, Mapped, list_update_tag, struct 122 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 123 typedef typename at0::type at0t; 124 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; 125 typedef typename at1::type at1t; 128 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type; 132 struct container_base_dispatch<Key, null_mapped_type, list_update_tag, struct 136 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 0> at0; 137 typedef typename at0::type at0t; 138 typedef __gnu_cxx::typelist::at_index<Policy_Tl, 1> at1; [all …]
|