std::experimental::pmr::monotonic_buffer_resource:: do_is_equal
From cppreference.net
<
cpp
|
experimental
|
monotonic buffer resource
|
virtual
bool
do_is_equal
(
const
memory_resource
&
other
)
const
noexcept
;
|
(ライブラリ基盤技術仕様) | |
同一性について
*
this
と
other
を比較します -
monotonic_buffer_resource
を使用して割り当てられたメモリは、同じリソースを使用してのみ解放できます。
戻り値
this == dynamic_cast < const monotonic_buffer_resource * > ( & other )
関連項目
|
[virtual]
|
別の
memory_resource
との等価性を比較する
(
std::experimental::pmr::memory_resource
の仮想保護メンバ関数)
|