Searched refs:DEMOAllocator (Results 1 – 2 of 2) sorted by relevance
179 struct DEMOAllocator : public std::allocator<T> struct184 typedef DEMOAllocator<_Other> other; argument187 DEMOAllocator() {} in DEMOAllocator() function189 DEMOAllocator(const DEMOAllocator<T>&) {} in DEMOAllocator() function192 DEMOAllocator(const DEMOAllocator<_Other>&) {} in DEMOAllocator() function195 DEMOAllocator<T>& operator=(const DEMOAllocator<_Other>&) { return (*this); }
179 struct DEMOAllocator : public std::allocator<T> struct184 typedef DEMOAllocator<_Other> other; argument187 DEMOAllocator() {} in DEMOAllocator() argument189 DEMOAllocator(const DEMOAllocator<T>&) {} in DEMOAllocator() function192 DEMOAllocator(const DEMOAllocator<_Other>&) {} in DEMOAllocator() function195 DEMOAllocator<T>& operator=(const DEMOAllocator<_Other>&) { return (*this); }