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

Move constructor

Synopsis

Declared in <adapnex/core/context.h>

ScopeGuard(ScopeGuard&& other) = delete;

Parameters

Name

Description

other

The object to move construct from

Created with MrDocs