std::experimental::pmr::unsynchronized_pool_resource::do_is_equal
来自 cppreference.com
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 的虚拟受保护成员函数) |