any_ptr and any_shared_ptr are 2 C++ containers for storing pointers to heterogeneous types that, unlike std::any, preserves normal pointer behaviour.
-
Updated
Dec 18, 2022 - C++
any_ptr and any_shared_ptr are 2 C++ containers for storing pointers to heterogeneous types that, unlike std::any, preserves normal pointer behaviour.
Runtime Dependency Injection via YAML
RCGC algorithm for a better shared_ptr in C++ or a better GC implementation in other languages such as GO.
Add a description, image, and links to the ptr topic page so that developers can more easily learn about it.
To associate your repository with the ptr topic, visit your repo's landing page and select "manage topics."