std::scoped_lock< _MutexTypes >(3cxx) | std::scoped_lock< _MutexTypes >(3cxx) |
std::scoped_lock< _MutexTypes > - A scoped lock type for multiple lockable objects.
scoped_lock (_MutexTypes &... __m)
scoped_lock (adopt_lock_t, _MutexTypes &... __m) noexcept
scoped_lock (const scoped_lock &)=delete
scoped_lock & operator= (const scoped_lock
&)=delete
class std::scoped_lock< _MutexTypes >"A scoped lock type for multiple lockable objects.
A scoped_lock controls mutex ownership within a scope, releasing ownership in the destructor.
Definition at line 616 of file mutex.
Definition at line 619 of file mutex.
Definition at line 622 of file mutex.
Definition at line 626 of file mutex.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |