Searched refs:ReboundA (Results 1 – 3 of 3) sorted by relevance
23 struct ReboundA {}; struct30 template <class U> struct rebind {typedef ReboundA<U> other;};61 template <class U> struct rebind {typedef ReboundA<U> otter;};67 …static_assert((std::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>, ReboundA<double… in main()73 …::is_same<std::allocator_traits<A<char> >::rebind_alloc<double>::other, ReboundA<double> >::value)… in main()
23 struct ReboundA {}; struct30 template <class U> struct rebind {typedef ReboundA<U> other;};61 template <class U> struct rebind {typedef ReboundA<U> otter;};67 …llocator_traits<A<char> >::rebind_traits<double>, std::allocator_traits<ReboundA<double> > >::valu… in main()73 …r_traits<A<char> >::rebind_traits<double>::other, std::allocator_traits<ReboundA<double> > >::valu… in main()
20 struct ReboundA {}; struct27 template <class U> struct rebind {typedef ReboundA<U> other;};