- memory_resource[meta header]
- function[meta id-type]
- std::pmr[meta namespace]
- pool_resource[meta class]
- cpp17[meta cpp]
bool do_is_equal(const memory_resource& other) const noexcept override;
あるmemory_resource
オブジェクトが*this
自身であるかを調べる。
other
-- 任意のmemory_resource
オブジェクト
return this == &other;
投げない。
- C++17
- Clang: ??
- GCC: 9.1 [mark verified]
- Visual C++: 2017 update 6 [mark verified]