名前空間
変種
操作

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)

同一性について *thisother を比較します。synchronized_pool_resource を使用して割り当てられたメモリは、そのリソース自体を使用してのみ解放できます。

[編集] 戻り値

this == dynamic_cast<const synchronized_pool_resource*>(&other)

[編集] 関連項目

[virtual]
別のmemory_resourceとの等価性を比較する
(virtual protected member function of std::experimental::pmr::memory_resource) [編集]
English 日本語 中文(简体) 中文(繁體)