...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
boost::interprocess::operator==
// In header: <boost/interprocess/allocators/allocator.hpp> template<typename T, typename SegmentManager> bool operator==(const allocator< T, SegmentManager > & alloc1, const allocator< T, SegmentManager > & alloc2);
相同类型分配器的相等性测试