Scarab  v2.9.1
Project 8 C++ Utility Library
Public Member Functions | Public Attributes | List of all members
scope_exit Struct Reference

Public Member Functions

 scope_exit (std::function< void()> f) noexcept
 
 ~scope_exit ()
 

Public Attributes

std::function< void()> f_
 

Detailed Description

Definition at line 238 of file test_interpreter.cpp.

Constructor & Destructor Documentation

◆ scope_exit()

scope_exit ( std::function< void()>  f)
inlineexplicitnoexcept

Definition at line 240 of file test_interpreter.cpp.

◆ ~scope_exit()

~scope_exit ( )
inline

Definition at line 241 of file test_interpreter.cpp.

Member Data Documentation

◆ f_

std::function<void()> f_

Definition at line 239 of file test_interpreter.cpp.


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