std::pmr::memory_resource::do_is_equal
STD::PMR::内存[医]资源::DO[医]是[医]平等
virtual bool is_equal(const std::pmr::memory_resource& other) const = 0; | | (since C++17) |
---|
比较*this
为了与...平等other
...
2memory_resource
S比较相等当且仅当从一个内存中分配内存memory_resource
可以从另一方解除分配,反之亦然。
注记
最衍生的类型other
*this
因此,派生类实现通常必须检查*this
和other
匹配使用dynamic_cast
,并立即返回false
如果演员失败了。
例外
noexcept
规格:
noexcept
另见
is_equal | compare for equality with another memory_resource (public member function) |
---|
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。
http://en.cppreference.com/w/cpp/Memory/Memory[医]资源/做[医]是[医]平等