adapnex::core::Context::ScopeGuard::ScopeGuard

Construct from shared_ptr

Synopsis

Declared in <adapnex/core/context.h>

explicit
ScopeGuard(std::shared_ptr<Context>& context);

Parameters

Name

Description

context

The object to copy construct from

Created with MrDocs