std::experimental::pmr::unsynchronized_pool_resource::do_is_equal
From cppreference.com
| virtual bool do_is_equal( const memory_resource& other ) const noexcept; |
(Library Fundamentals TS) | |
現在のオブジェクトと other を同一性で比較します。unsynchronized_pool_resource を使用して割り当てられたメモリは、その同じリソースを使用してのみ解放できます。
[編集] 戻り値
this == dynamic_cast
[編集] 関連項目
| [virtual] |
別のmemory_resourceとの等価性を比較する(virtual protected member function of std::experimental::pmr::memory_resource) |