名前空間
変種
操作

std::experimental::pmr::monotonic_buffer_resource::do_is_equal

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

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

[編集] 戻り値

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

[編集] 関連項目

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