Namespaces
Variants

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

From cppreference.net
bool is_equal ( const memory_resource & other ) const noexcept ;
(ライブラリ基盤技術仕様)

* this other の等値性を比較します。2つの memory_resource が等しいと比較されるのは、一方の memory_resource から割り当てられたメモリが他方から解放可能であり、その逆も成り立つ場合に限ります。

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

関連項目

[virtual]
別の memory_resource との等価性を比較
(仮想 protected メンバー関数)