.TH "std::scoped_lock< _MutexTypes >" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::scoped_lock< _MutexTypes > \- A scoped lock type for multiple lockable objects\&. .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBscoped_lock\fP (_MutexTypes &\&.\&.\&. __m)" .br .ti -1c .RI "\fBscoped_lock\fP (\fBadopt_lock_t\fP, _MutexTypes &\&.\&.\&. __m) noexcept" .br .ti -1c .RI "\fBscoped_lock\fP (const \fBscoped_lock\fP &)=delete" .br .ti -1c .RI "\fBscoped_lock\fP & \fBoperator=\fP (const \fBscoped_lock\fP &)=delete" .br .in -1c .SH "Detailed Description" .PP .SS "template .br 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\&. .PP Definition at line 616 of file mutex\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.