Searched defs:NotSTLportAllocator (Results 1 – 1 of 1) sorted by relevance
510 struct NotSTLportAllocator : public allocator<_Tp> { struct513 typedef NotSTLportAllocator<_Tp1> other; argument516 NotSTLportAllocator() NOTHROW {} in NotSTLportAllocator() argument518 template <class _Tp1> NotSTLportAllocator(const NotSTLportAllocator<_Tp1>&) NOTHROW {} in NotSTLportAllocator() function520 NotSTLportAllocator(const NotSTLportAllocator<_Tp>&) NOTHROW {} in NotSTLportAllocator() function521 ~NotSTLportAllocator() NOTHROW {} in ~NotSTLportAllocator() argument