A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://en.cppreference.com/w/cpp/../cpp/../cpp/../cpp/../cpp/memory/gc/undeclare_reachable.html below:

std::undeclare_reachable - cppreference.com

template< class T >
T* undeclare_reachable( T* p );

(since C++11)
(removed in C++23)

Removes the reachable status of the object, referenced by the pointer p, if it was previously set by std::declare_reachable. If the object was declared reachable multiple times, equal number of calls to undeclare_reachable would be needed to remove this status. Once the object is not declared reachable and has no pointers referencing it, it may be reclaimed by garbage collector or reported as a leak by a leak detector.

[edit] Parameters p - a pointer to an object previously declared reachable and not destructed since then [edit] Return value

A safely-derived copy of p.

[edit] Exceptions

Throws nothing.

[edit] See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4