Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Go to the documentation of this file. 5 #ifndef BITCOIN_REVERSELOCK_H 6 #define BITCOIN_REVERSELOCK_H 11 template<
typename Lock>
34 #endif // BITCOIN_REVERSELOCK_H reverse_lock & operator=(reverse_lock const &)
reverse_lock(Lock &_lock)
An RAII-style reverse lock.