| } | } | ||||
| void reset() | |||||
| void reset() noexcept | |||||
| { | { | ||||
| if( m_execute_on_destruction == true ) | if( m_execute_on_destruction == true ) | ||||
| { | { | ||||
| se.release(); | se.release(); | ||||
| } | } | ||||
| void release() | |||||
| void release() noexcept | |||||
| { | { | ||||
| m_execute_on_destruction = false; | m_execute_on_destruction = false; | ||||
| } | } |