Searched refs:ReboundA (Results 1 – 3 of 3) sorted by relevance
25 struct ReboundA {}; struct32 template <class U> struct rebind {typedef ReboundA<U> other;};63 template <class U> struct rebind {typedef ReboundA<U> otter;};69 …llocator_traits<A<char> >::rebind_traits<double>, std::allocator_traits<ReboundA<double> > >::valu… in main()75 …r_traits<A<char> >::rebind_traits<double>::other, std::allocator_traits<ReboundA<double> > >::valu… in main()
25 struct ReboundA {}; struct32 template <class U> struct rebind {typedef ReboundA<U> other;};63 template <class U> struct rebind {typedef ReboundA<U> otter;};87 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>, ReboundA<double… in main()95 …::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA<double> >::value)… in main()
20 struct ReboundA {}; struct27 template <class U> struct rebind {typedef ReboundA<U> other;};