|
JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins
« « « Anklang Documentation |
Go to the source code of this file.
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 |
| JUCE Namespace. | |
Functions | |
| template<typename Fn > | |
| juce::ScopeGuard (Fn) -> ScopeGuard< Fn > | |