Classes | |
| struct | juce::ScopeGuard< Fn > |
| An easy way to ensure that a function is called at the end of the current scope. More... | |
| class | juce::ErasedScopeGuard |
| A ScopeGuard that uses a std::function internally to allow type erasure. More... | |
Namespaces | |
| namespace | juce |
Functions | |
| template<typename Fn> | |
| juce::ScopeGuard (Fn) -> ScopeGuard< Fn > | |