Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.31 KB

do_is_equal.md

File metadata and controls

40 lines (31 loc) · 1.31 KB

do_is_equal

  • 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

処理系

関連項目

参照