Clio develop
The XRP Ledger API server.
|
A lock on a mutex that provides access to the protected data. More...
#include <Mutex.hpp>
Friends | |
class | Mutex< std::remove_const_t< ProtectedDataType >, MutexType > |
A lock on a mutex that provides access to the protected data.
ProtectedDataType | data type to hold |
LockType | type of lock |
MutexType | type of mutex |