std::experimental::pmr::monotonic_buffer_resource::do_is_equal

来自cppreference.com
 
 
 
 
 
virtual bool do_is_equal( const memory_resource& other ) const noexcept;
(库基础 TS)

比较 *thisother 是否相同——使用 monotonic_buffer_resource 分配的内存只能由相同资源解分配。

返回值

this == dynamic_cast<const monotonic_buffer_resource*>(&other)

参阅

与另一 memory_resource 比较相等性
(Template:cpp/experimental/memory resource/title 的虚受保护成员函数)