[mem.poly.allocator.eq] (original) (raw)
20 Memory management library [mem]
20.5 Memory resources [mem.res]
20.5.3 Class template polymorphic_allocator [mem.poly.allocator.class]
20.5.3.4 Equality [mem.poly.allocator.eq]
template<class T1, class T2> bool operator==(const polymorphic_allocator<T1>& a,const polymorphic_allocator<T2>& b) noexcept;
Returns: *a.resource() == *b.resource().