Meme detail
About this meme
Text detected in the image
Garbage collector support (removed in C++23) Defined in header <memo ry> (C++11) declares that an object can not be recycled declare reachable (removed in C++23) (function) (C++11) declares that an object can be recycled undeclare reachable (removed in C++23) (function template) declare no pointers (C++11) declares that a memory area does not contain traceable pointers (removed in C++23) (function) undeclare no pointers (C++11) cancels the effect of std: : declare no pointers (removed in C++23) (function) pointer safety (C++11) lists pointer safety models (removed in C++23) (enum) (C++11) get pointer safety returns the current pointer safety model (removed in C++23) (function)