Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Informs garbage collection that the indicated address is to allocated storage and is reachable.
void declare_reachable(
void *_Ptr
);
Parameters
- _Ptr
A pointer to a reachable, allocated, valid storage area.
Remarks
If _Ptr is not null, the function informs any garbage collector that _Ptr is hereafter reachable (points to valid allocated storage).
Requirements
Header: <memory>
Namespace: std