retdec
Public Member Functions | Private Attributes | List of all members
retdec::utils::ScopeExitGuard< Function > Class Template Reference

#include <scope_exit.h>

Public Member Functions

 ScopeExitGuard (Function &&f)
 
 ~ScopeExitGuard ()
 

Private Attributes

Function f
 

Constructor & Destructor Documentation

◆ ScopeExitGuard()

template<typename Function >
retdec::utils::ScopeExitGuard< Function >::ScopeExitGuard ( Function &&  f)
inline

◆ ~ScopeExitGuard()

template<typename Function >
retdec::utils::ScopeExitGuard< Function >::~ScopeExitGuard ( )
inline

Member Data Documentation

◆ f

template<typename Function >
Function retdec::utils::ScopeExitGuard< Function >::f
private

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