|
guanaqo
1.0.0-alpha.24
Utilities for scientific software
|
Non-owning and shared pointer wrappers with type tagging.
Definition in file any-ptr.hpp.
#include <any>#include <memory>#include <type_traits>#include <typeinfo>Go to the source code of this file.
Classes | |
| class | guanaqo::any_ptr |
| Like std::any, but storing just the pointer, without any dynamic allocation. More... | |
| class | guanaqo::shared_any_ptr |
| Like std::any, but storing a shared_ptr, to allow for move-only types. More... | |
Namespaces | |
| namespace | guanaqo |