Searched defs:cxx11_allocator (Results 1 – 5 of 5) sorted by relevance
242 struct cxx11_allocator<T, Flags, struct251 template <typename U> struct rebind257 explicit cxx11_allocator(int t = 0) : cxx11_allocator_base<T>(t) {} in cxx11_allocator() argument260 cxx11_allocator(cxx11_allocator<Y, Flags> const& x) in cxx11_allocator() function265 cxx11_allocator(cxx11_allocator const& x) : cxx11_allocator_base<T>(x) {} in cxx11_allocator() argument269 bool operator==(cxx11_allocator const& x) const in operator ==()274 bool operator!=(cxx11_allocator const& x) const { return !(*this == x); } in operator !=()278 struct cxx11_allocator<T, Flags, struct286 cxx11_allocator select_on_container_copy_construction() const in select_on_container_copy_construction()294 template <typename U> struct rebind[all …]
550 template <class T> class cxx11_allocator class556 cxx11_allocator() {} in cxx11_allocator() function in test::minimal::cxx11_allocator557 template <class Y> cxx11_allocator(cxx11_allocator<Y> const&) {} in cxx11_allocator() function in test::minimal::cxx11_allocator558 cxx11_allocator(cxx11_allocator const&) {} in cxx11_allocator() function in test::minimal::cxx11_allocator
21 template< class T > class cxx11_allocator class27 cxx11_allocator() in cxx11_allocator() function in cxx11_allocator31 template< class Y > cxx11_allocator( cxx11_allocator<Y> const & ) in cxx11_allocator() function in cxx11_allocator
20 template< class T > class cxx11_allocator class26 cxx11_allocator() in cxx11_allocator() function in cxx11_allocator30 template< class Y > cxx11_allocator( cxx11_allocator<Y> const & ) in cxx11_allocator() function in cxx11_allocator
19 template< class T > class cxx11_allocator class25 cxx11_allocator() in cxx11_allocator() function in cxx11_allocator29 template< class Y > cxx11_allocator( cxx11_allocator<Y> const & ) in cxx11_allocator() function in cxx11_allocator