Searched defs:__allocator (Results 1 – 1 of 1) sorted by relevance
808 struct __allocator { struct820 typedef __allocator<_Tp1, _Alloc> other; argument823 __allocator() __STL_NOTHROW {} in __allocator() argument824 __allocator(const __allocator& __a) __STL_NOTHROW in __allocator() argument827 __allocator(const __allocator<_Tp1, _Alloc>& __a) __STL_NOTHROW in __allocator() argument829 ~__allocator() __STL_NOTHROW {} in ~__allocator() argument853 class __allocator<void, _Alloc> { argument