Searched refs:AllocT (Results 1 – 10 of 10) sorted by relevance
28 typedef CountingAllocator<char> AllocT; in main() typedef29 typedef ex::resource_adaptor<AllocT> R; in main()32 AllocT a(P); in main()40 R const r(AllocT{P}); in main()43 assert(r.get_allocator() == AllocT{P}); in main()
28 typedef CountingAllocator<char> AllocT; in main() typedef29 typedef ex::resource_adaptor<AllocT> R; in main()32 AllocT const a(P); in main()40 AllocT a(P); in main()48 AllocT const a(P); in main()
31 typedef CountingAllocator<char> AllocT; // Not default constructible in main() typedef32 typedef ex::resource_adaptor<AllocT> R; in main()36 typedef std::allocator<char> AllocT; // Is default constructible in main() typedef37 typedef ex::resource_adaptor<AllocT> R; in main()
27 typedef CountingAllocator<char> AllocT; in main() typedef28 typedef ex::resource_adaptor<AllocT> R; in main()31 AllocT a(P); in main()39 R const r(AllocT{P}); in main()42 assert(r.get_allocator() == AllocT{P}); in main()
27 typedef CountingAllocator<char> AllocT; in main() typedef28 typedef ex::resource_adaptor<AllocT> R; in main()31 AllocT const a(P); in main()39 AllocT a(P); in main()47 AllocT const a(P); in main()
30 typedef CountingAllocator<char> AllocT; // Not default constructible in main() typedef31 typedef ex::resource_adaptor<AllocT> R; in main()35 typedef std::allocator<char> AllocT; // Is default constructible in main() typedef36 typedef ex::resource_adaptor<AllocT> R; in main()
33 using AllocT = typename C::allocator_type; in test() typedef34 C v(AllocT(42, 101)); in test()40 const AllocT& a = v.get_allocator(); in test()53 const AllocT& a = v.get_allocator(); in test()58 const AllocT& a = v2.get_allocator(); in test()
32 using AllocT = typename C::allocator_type; in test() typedef33 C v(AllocT(42, 101)); in test()39 const AllocT& a = v.get_allocator(); in test()52 const AllocT& a = v.get_allocator(); in test()57 const AllocT& a = v2.get_allocator(); in test()
66 using AllocT = Vect::allocator_type; in main() typedef70 const AllocT& a = v.get_allocator(); in main()83 const AllocT& a = v.get_allocator(); in main()88 const AllocT& a = v2.get_allocator(); in main()
65 using AllocT = Vect::allocator_type; in main() typedef69 const AllocT& a = v.get_allocator(); in main()82 const AllocT& a = v.get_allocator(); in main()87 const AllocT& a = v2.get_allocator(); in main()