Struct DynNodeScopeManagerPtr

Nested Relationships

Nested Types

Struct Documentation

struct DynNodeScopeManagerPtr

Public Functions

inline DynNodeScopeManagerPtr() noexcept
inline DynNodeScopeManagerPtr(std::nullptr_t) noexcept
template<NodeScopeManager M>
inline DynNodeScopeManagerPtr(M &manager) noexcept
template<NodeScopeManager M>
inline DynNodeScopeManagerPtr(M *manager) noexcept
inline DynNodeScopePtr scope(std::string_view label)

Friends

inline friend bool operator==(DynNodeScopeManagerPtr const &self, std::nullptr_t) noexcept