MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::detail::ScopeGuard< F > Class Template Reference

#include <MRMesh/MRFinally.h>

Public Member Functions

 ScopeGuard (F &&func)
 ScopeGuard (const ScopeGuard &)=delete
ScopeGuardoperator= (const ScopeGuard &)=delete
 ~ScopeGuard ()

Constructor & Destructor Documentation

◆ ScopeGuard() [1/2]

template<typename F>
MR::detail::ScopeGuard< F >::ScopeGuard ( F && func)
inline

◆ ScopeGuard() [2/2]

template<typename F>
MR::detail::ScopeGuard< F >::ScopeGuard ( const ScopeGuard< F > & )
delete

◆ ~ScopeGuard()

template<typename F>
MR::detail::ScopeGuard< F >::~ScopeGuard ( )
inline

Member Function Documentation

◆ operator=()

template<typename F>
ScopeGuard & MR::detail::ScopeGuard< F >::operator= ( const ScopeGuard< F > & )
delete

The documentation for this class was generated from the following file: