Audacity 3.2.0
SimpleGuard< R > Member List

This is the complete list of members for SimpleGuard< R >, including all inherited members.

m_valueSimpleGuard< R >
operator()(AudacityException *) const noexcept(noexcept(R{ std::declval< R >() }))SimpleGuard< R >inline
SimpleGuard(const R &value) noexcept(noexcept(R{ std::declval< const R & >() }))SimpleGuard< R >inlineexplicit