|
opynsim
Unofficial C++ Documentation
|
#include <liboscar/utilities/lifetime_watcher.h>#include <liboscar/utilities/watchable_lifetime.h>#include <cstddef>#include <concepts>#include <stdexcept>#include <utility>Go to the source code of this file.
Classes | |
| class | osc::LifetimedPtr< T > |
Namespaces | |
| namespace | osc |
Functions | |
| template<typename T , typename U > | |
| bool | osc::operator== (const LifetimedPtr< T > &lhs, const LifetimedPtr< U > &rhs) |
| template<typename T > | |
| bool | osc::operator== (const LifetimedPtr< T > &lhs, std::nullptr_t) |