std::pmr::unsynchronized_pool_resource::do_is_equal
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 virtual | compare for equality with another memory_resource (virtual private member function of std::pmr::memory_resource) |
|---|
© cppreference.com在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com

