Namespaces
Variants

std::experimental::pmr::monotonic_buffer_resource:: do_is_equal

From cppreference.net
virtual bool do_is_equal ( const memory_resource & other ) const noexcept ;
(라이브러리 펀더멘털 TS)

* this other 를 동일성 비교합니다 - monotonic_buffer_resource 를 사용하여 할당된 메모리는 동일한 리소스를 통해서만 해제될 수 있습니다.

반환값

this == dynamic_cast < const monotonic_buffer_resource * > ( & other )

참고 항목

[virtual]
다른 memory_resource 와의 동등성 비교
( std::experimental::pmr::memory_resource 의 virtual protected 멤버 함수)