Searched defs:mi_stl_allocator (Results 1 – 1 of 1) sorted by relevance
458 template<class T> struct mi_stl_allocator : public _mi_stl_allocator_common<T> { struct462 template <class U> struct rebind { typedef mi_stl_allocator<U> other; }; argument466 template<class U> mi_stl_allocator(const mi_stl_allocator<U>&) mi_attr_noexcept { } in mi_stl_allocator() argument467 mi_stl_allocator select_on_container_copy_construction() const { return *this; } in select_on_container_copy_construction() argument482 template<class T1,class T2> bool operator==(const mi_stl_allocator<T1>& , const mi_stl_allocator<T2… argument