std::experimental::pmr::memory_resource:: is_equal
From cppreference.net
<
cpp
|
experimental
|
memory 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::memory_resource
| Public member functions | ||||
|
memory_resource::is_equal
|
||||
| Protected member functions | ||||
| Non-member functions | ||||
|
bool
is_equal
(
const
memory_resource
&
other
)
const
noexcept
;
|
(라이브러리 펀더멘털 TS) | |
*
this
와
other
의 동등성을 비교합니다. 두
memory_resource
는 한
memory_resource
에서 할당된 메모리를 다른 쪽에서 해제할 수 있고 그 반대도 가능한 경우에만 동등한 것으로 비교됩니다.
다음에 해당함: return do_is_equal ( other ) ; .
참고 항목
|
[virtual]
|
다른
memory_resource
와의 동등성 비교
(가상 protected 멤버 함수) |