Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_alloc.h732 struct __allocator struct
746 { typedef __allocator<_Tp1, _Alloc> other; }; argument
748 __allocator() throw() {} in throw() argument
749 __allocator(const __allocator& __a) throw() in throw() argument
753 __allocator(const __allocator<_Tp1, _Alloc>& __a) throw() in __allocator() function
756 ~__allocator() throw() {} in throw() argument
759 address(reference __x) const { return &__x; } in address()
762 address(const_reference __x) const { return &__x; } in address()
791 struct __allocator<void, _Alloc> argument