adapnex::core::Context::ScopeGuard::operator=
Assignment operators
Synopses
Declared in <adapnex/core/context.h>
Copy assignment operator
ScopeGuard&
operator=(ScopeGuard const& other) = delete;
Move assignment operator
ScopeGuard&
operator=(ScopeGuard&& other) = delete;
Created with MrDocs