Searched refs:StdAllocatorAdapter (Results 1 – 1 of 1) sorted by relevance
74 class StdAllocatorAdapter : public StdAllocatorAdapterHolder<Allocator, Tag>85 template <class U> struct rebind { typedef StdAllocatorAdapter<Allocator, U, Tag> other; };86 StdAllocatorAdapter() throw() {} in throw()87 StdAllocatorAdapter(const StdAllocatorAdapter&) throw() {} in throw()88 template <class U> StdAllocatorAdapter(const StdAllocatorAdapter<Allocator, U, Tag>&) throw() {} in StdAllocatorAdapter() function89 ~StdAllocatorAdapter() throw() {} in throw()