plugify 1.2.8
Loading...
Searching...
No Matches
Public Member Functions | List of all members
plg::scope_guard< Func > Class Template Reference

Public Member Functions

constexpr scope_guard (Func func)
 
 scope_guard (const scope_guard &)=delete
 
scope_guardoperator= (const scope_guard &)=delete
 
scope_guardoperator= (scope_guard &&)=delete
 
 scope_guard (scope_guard &&)=delete
 

Detailed Description

template<class Func>
class plg::scope_guard< Func >

Definition at line 86 of file guards.hpp.

Constructor & Destructor Documentation

◆ scope_guard()

template<class Func >
constexpr plg::scope_guard< Func >::scope_guard ( Func  func)
inlineexplicitconstexpr

Definition at line 90 of file guards.hpp.

◆ ~scope_guard()

template<class Func >
constexpr plg::scope_guard< Func >::~scope_guard ( )
inlineconstexpr

Definition at line 94 of file guards.hpp.


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