名前空間
変種
操作

std::experimental::pmr::memory_resource::is_equal

From cppreference.com
 
 
 
 
 
bool is_equal( const memory_resource& other ) const noexcept;
(Library Fundamentals TS)

*thisother を比較します。2つのmemory_resourceが等しいとみなされるのは、一方のmemory_resourceから割り当てられたメモリが他方から解放でき、またその逆も可能な場合のみです。

return do_is_equal(other); と同等です。

[編集] 関連項目

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