Searched defs:rebind_alloc (Results 1 – 3 of 3) sorted by relevance
19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type; typedef
14 template <class T> using rebind_alloc = typename typedef
142 using rebind_alloc = _Other; global() typedef 147 using rebind_alloc = typename Foo<_Alloc>::template rebind_alloc<_Other>; global() typedef