Searched refs:StdAllocatorAdapter (Results 1 – 1 of 1) sorted by relevance
71 class StdAllocatorAdapter : public StdAllocatorAdapterHolder<Allocator, Tag>82 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; };83 StdAllocatorAdapter() throw() {} in throw()84 StdAllocatorAdapter(const StdAllocatorAdapter&) throw() {} in throw()85 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter() function86 ~StdAllocatorAdapter() throw() {} in throw()