Searched defs:get_recycling_allocator (Results 1 – 1 of 1) sorted by relevance
87 struct get_recycling_allocator struct89 typedef Allocator type;90 static type get(const Allocator& a) { return a; } in get()94 struct get_recycling_allocator<std::allocator<T>, Purpose> struct96 typedef recycling_allocator<T, Purpose> type;97 static type get(const std::allocator<T>&) { return type(); } in get()