Clio develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
util::Lock< ProtectedDataType, LockType, MutexType > Class Template Reference

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 >
 

Detailed Description

template<typename ProtectedDataType, template< typename... > typename LockType, typename MutexType>
class util::Lock< ProtectedDataType, LockType, MutexType >

A lock on a mutex that provides access to the protected data.

Template Parameters
ProtectedDataTypedata type to hold
LockTypetype of lock
MutexTypetype of mutex

The documentation for this class was generated from the following file: