JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce_ScopeGuard.h File Reference
This graph shows which files directly or indirectly include this file:

Classes

class  juce::ErasedScopeGuard
 A ScopeGuard that uses a std::function internally to allow type erasure. More...
 
struct  juce::ScopeGuard< Fn >
 An easy way to ensure that a function is called at the end of the current scope. More...
 

Namespaces

namespace  juce
 

Functions

template<typename Fn >
 juce::ScopeGuard (Fn) -> ScopeGuard< Fn >