在线文档教程
C++
动态内存管理 | Dynamic memory management

std::pmr::unsynchronized_pool_resource::do_is_equal

STD::PMR::不同步[医]水池[医]资源::DO[医]是[医]平等

virtual bool do_is_equal(const std::pmr::memory_resource& other) const;(since C++17)

比较*this带着other用于标识-使用unsynchronized_pool_resource只能使用同一资源解除分配。

返回值

this == dynamic_cast<const unsynchronized_pool_resource*>(&other)...

例外

noexcept规格:

noexcept

另见

do_is_equal virtualcompare for equality with another memory_resource (virtual private member function of std::pmr::memory_resource)

© cppreference.com

在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。

http://en.cpPreference.com/w/cpp/Memory/unSynchronous[医]水池[医]资源/做[医]是[医]平等