Searched defs:NoDefaultAllocator (Results 1 – 3 of 3) sorted by relevance
22 struct NoDefaultAllocator : std::allocator<T> struct24 template<typename U> struct rebind { using other = NoDefaultAllocator<U>; }; argument25 NoDefaultAllocator(int id_) : id(id_) { } in NoDefaultAllocator() argument26 template<typename U> NoDefaultAllocator(const NoDefaultAllocator<U>& a) : id(a.id) { } in NoDefaultAllocator() function27 int id;
24 struct NoDefaultAllocator : std::allocator<T> struct26 template<typename U> struct rebind { using other = NoDefaultAllocator<U>; }; argument27 NoDefaultAllocator(int id_) : id(id_) { } in NoDefaultAllocator() argument28 template<typename U> NoDefaultAllocator(const NoDefaultAllocator<U>& a) : id(a.id) { } in NoDefaultAllocator() function29 int id;