opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
lifetimed_ptr.h File Reference
#include <liboscar/utilities/lifetime_watcher.h>
#include <liboscar/utilities/watchable_lifetime.h>
#include <cstddef>
#include <concepts>
#include <stdexcept>
#include <utility>
Include dependency graph for lifetimed_ptr.h:
This graph shows which files directly or indirectly include this file:

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)