undeclare_reachable
지정된 메모리 위치에 접근할 수 없음을 garbage_collector에 알립니다.
template<class Type>
Type *undeclare_reachable(Type *_Ptr);
매개 변수
Parameter |
설명 |
---|---|
_Ptr |
A pointer to the memory address to be declared not reachable. |
속성 값/반환 값
Returns a pointer to the specified memory location.
설명
If _Ptr is not null, the function informs any garbage collector that _Ptr is hereafter not reachable. It returns a safely derived pointer that compares equal to _Ptr.
요구 사항
헤더 <memory>
네임스페이스: std