Namespaces
Variants

std::experimental::pmr::unsynchronized_pool_resource:: do_is_equal

From cppreference.net
virtual bool do_is_equal ( const memory_resource & other ) const noexcept ;
(ライブラリ基盤 TS)

同一性の比較 * this other - unsynchronized_pool_resource を使用して割り当てられたメモリは、同じリソースを使用してのみ解放できます。

戻り値

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

関連項目

[virtual]
別の memory_resource との等価性を比較する
( std::experimental::pmr::memory_resource の仮想保護メンバー関数)