codex
Loading...
Searching...
No Matches
anonymous_namespace{main.cpp}::finally< F > Class Template Reference

Executes an action at scope exit. More...

Public Member Functions

 finally (F f_)
 
 ~finally ()
 

Private Attributes

f
 

Detailed Description

template<typename F>
class anonymous_namespace{main.cpp}::finally< F >

Executes an action at scope exit.

Constructor & Destructor Documentation

◆ finally()

template<typename F >
anonymous_namespace{main.cpp}::finally< F >::finally ( F f_)
inline

◆ ~finally()

template<typename F >
anonymous_namespace{main.cpp}::finally< F >::~finally ( )
inline

Member Data Documentation

◆ f

template<typename F >
F anonymous_namespace{main.cpp}::finally< F >::f
private

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