std::experimental::pmr::synchronized_pool_resource::do_is_equal
virtual bool do_is_equal( const memory_resource& other ) const noexcept;
|
(库基础 TS) | |
比较 *this 和 other 是否相同——使用 synchronized_pool_resource
分配的内存只能使用相同资源解分配。
返回值
this == dynamic_cast<const synchronized_pool_resource*>(&other)
参阅
[虚]
|
与另一 memory_resource 比较相等性( Template:cpp/experimental/memory resource/title 的虚受保护成员函数) |