std::experimental::pmr::monotonic_buffer_resource::do_is_equal
From cppreference.com
< cpp | experimental | monotonic buffer resource
| virtual bool do_is_equal( const memory_resource& other ) const noexcept; |
(Library Fundamentals TS) | |
*this と other の同一性を比較します。monotonic_buffer_resource を使用して割り当てられたメモリは、そのリソース自体を使用してのみ解放できます。
[編集] 戻り値
this == dynamic_cast<const monotonic_buffer_resource*>(&other)
[編集] 関連項目
| [virtual] |
別のmemory_resourceとの等価性を比較する(virtual protected member function of std::experimental::pmr::memory_resource) |