首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

std::pmr::monotonic_buffer_resource::do_is_equal

virtual bool do_is_equal(const std::pmr::memory_resource& other) const;

?

(since C++17)

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

返回值

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

例外

noexcept规格:

noexcept

另见

do_is_equal virtual

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

代码语言:txt
复制
 ? cppreference.com

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

扫码关注腾讯云开发者

领取腾讯云代金券

http://www.vxiaotou.com