liblcf
scope_guard.h File Reference
#include <utility>
+ Include dependency graph for scope_guard.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScopeGuard< F >
 

Functions

template<typename F >
ScopeGuard< F > makeScopeGuard (F &&f)
 

Function Documentation

◆ makeScopeGuard()

template<typename F >
ScopeGuard<F> makeScopeGuard ( F &&  f)
inline

Definition at line 39 of file scope_guard.h.

Referenced by Encoder::Init(), and ReaderUtil::Recode().

+ Here is the caller graph for this function: