Audacity 3.2.0
|
Specialization of SimpleGuard, also defining a default value. More...
#include <AudacityException.h>
Public Member Functions | |
SimpleGuard (bool value) noexcept | |
bool | operator() (AudacityException *) const noexcept |
Static Public Member Functions | |
static SimpleGuard | Default () noexcept |
Public Attributes | |
const bool | m_value |
Specialization of SimpleGuard, also defining a default value.
Definition at line 145 of file AudacityException.h.
|
inlineexplicitnoexcept |
value | The value to return from GaurdedCall when an exception is handled |
Definition at line 147 of file AudacityException.h.
|
inlinestaticnoexcept |
Definition at line 152 of file AudacityException.h.
|
inlinenoexcept |
const bool SimpleGuard< bool >::m_value |
Definition at line 154 of file AudacityException.h.