tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
scope_exit.hpp File Reference

Go to the source code of this file.

Classes

struct  scope_exit< FuncT >
 The class template scope_exit is a general-purpose scope guard intended to call its exit function when a scope is exited. More...
 

Namespaces

namespace  etl
 

Functions

template<typename FuncT>
 scope_exit (FuncT) -> scope_exit< decay_t< FuncT > >