std::pmr::synchronized_pool_resource::do_is_equal
virtual bool do_is_equal(const std::pmr::memory_resource& other) const; | | (since C++17) |
---|
比较*this
带着other
用于标识-使用synchronized_pool_resource
只能使用同一资源解除分配。
返回值
this == dynamic_cast<const synchronized_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