rstd 0.1.0
Loading...
Searching...
No Matches
rstd::sync::MutexGuard< T > Class Template Referenceexport
module rstd

An RAII guard returned by Mutex::lock, providing access to the protected data. More...

Detailed Description

template<typename T>
class rstd::sync::MutexGuard< T >

An RAII guard returned by Mutex::lock, providing access to the protected data.

The mutex is released when this guard is dropped.

Template Parameters
TThe type of the data protected by the mutex.

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