|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Public member functions | ||||
| Protected member functions | ||||
synchronized_pool_resource::do_is_equal |
virtualbool do_is_equal(conststd::pmr::memory_resource& other)constnoexcept; | (since C++17) | |
Compare*this withother for identity - memory allocated using asynchronized_pool_resource can only be deallocated using that same resource.
this==&other
The following behavior-changing defect reports were applied retroactively to previously published C++ standards.
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 3000 | C++17 | unnecessarydynamic_cast was performed | removed |
[virtual] | compare for equality with anothermemory_resource(virtual private member function of std::pmr::memory_resource)[edit] |