.TH "std::scoped_lock< _MutexTypes >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::scoped_lock< _MutexTypes > \- A scoped lock type for multiple lockable objects\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBscoped_lock\fP (\fB_MutexTypes\fP &\&.\&.\&. \fB__m\fP)" .br .ti -1c .RI "\fBscoped_lock\fP (\fBadopt_lock_t\fP, \fB_MutexTypes\fP &\&.\&.\&. \fB__m\fP) \fBnoexcept\fP" .br .ti -1c .RI "\fBscoped_lock\fP (\fBconst\fP \fBscoped_lock\fP &)=\fBdelete\fP" .br .ti -1c .RI "\fBscoped_lock\fP & \fBoperator=\fP (\fBconst\fP \fBscoped_lock\fP &)=\fBdelete\fP" .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\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.