DOKK / manpages / debian 11 / libstdc++-10-doc / std::lock_guard.3cxx.en
std::lock_guard< _Mutex >(3cxx) std::lock_guard< _Mutex >(3cxx)

std::lock_guard< _Mutex > - A simple scoped lock type.


typedef _Mutex mutex_type


lock_guard (const lock_guard &)=delete
lock_guard (mutex_type &__m)
lock_guard (mutex_type &__m, adopt_lock_t) noexcept
lock_guard & operator= (const lock_guard &)=delete

class std::lock_guard< _Mutex >" A simple scoped lock type.

A lock_guard controls mutex ownership within a scope, releasing ownership in the destructor.

Definition at line 153 of file std_mutex.h.

Generated automatically by Doxygen for libstdc++ from the source code.

Sun Jan 10 2021 libstdc++