std::lock_guard< _Mutex >(3cxx) std::lock_guard< _Mutex >(3cxx) NAME std::lock_guard< _Mutex > - A simple scoped lock type. SYNOPSIS Public Types typedef _Mutex mutex_type Public Member Functions 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 Detailed Description template<typename _Mutex> class std::lock_guard< _Mutex >" A simple scoped lock type. A lock_guard controls mutex ownership within a scope, releasing ownership in the destructor. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Sat May 13 2023std::lock_guard< _Mutex >(3cxx)
Generated by dwww version 1.14 on Thu Jan 23 20:24:44 CET 2025.