std::experimental::pmr::unsynchronized_pool_resource:: do_is_equal
From cppreference.net
<
cpp
|
experimental
|
unsynchronized pool resource
C++
Polymorphic allocator library
Convenience aliases for containers using
polymorphic_allocator
|
||||
| Memory resource classes | ||||
| Global memory resources | ||||
| Type-erased allocator support for existing classes | ||||
std::experimental::pmr::unsynchronized_pool_resource
| Public member functions | ||||
| Protected member functions | ||||
|
unsynchronized_pool_resource::do_is_equal
|
|
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
の仮想保護メンバー関数)
|