adapnex::core::Context::ScopeGuard::ScopeGuard
Constructors
Synopses
Declared in <adapnex/core/context.h>
Copy constructor
ScopeGuard(ScopeGuard const& other) = delete;
Move constructor
ScopeGuard(ScopeGuard&& other) = delete;
Construct from shared_ptr
explicit
ScopeGuard(std::shared_ptr<Context>& context);
Created with MrDocs