• Class / Function / Type

      std::
    • Header file

      <>
    • Other / All

    最終更新日時(UTC):
    が更新

    履歴 編集

    function
    <memory_resource>

    std::pmr::pool_resource::do_is_equal

    bool do_is_equal(const memory_resource& other) const noexcept override;
    

    概要

    あるmemory_resourceオブジェクトが*this自身であるかを調べる。

    引数

    other -- 任意のmemory_resourceオブジェクト

    戻り値

    return this == &other;

    例外

    投げない。

    バージョン

    言語

    • C++17

    処理系

    関連項目

    参照