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