Home
last modified time | relevance | path

Searched defs:__allocator (Results 1 – 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_alloc.h808 struct __allocator { struct
820 typedef __allocator<_Tp1, _Alloc> other; argument
823 __allocator() __STL_NOTHROW {} in __allocator() argument
824 __allocator(const __allocator& __a) __STL_NOTHROW in __allocator() argument
827 __allocator(const __allocator<_Tp1, _Alloc>& __a) __STL_NOTHROW in __allocator() argument
829 ~__allocator() __STL_NOTHROW {} in ~__allocator() argument
853 class __allocator<void, _Alloc> { argument