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 ✅
- Visual C++: 2017 update 6 ✅