.TH "std::shared_mutex" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::shared_mutex \- The standard shared mutex type\&. .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBshared_mutex\fP (const \fBshared_mutex\fP &)=delete" .br .ti -1c .RI "void \fBlock\fP ()" .br .ti -1c .RI "void \fBlock_shared\fP ()" .br .ti -1c .RI "\fBshared_mutex\fP & \fBoperator=\fP (const \fBshared_mutex\fP &)=delete" .br .ti -1c .RI "bool \fBtry_lock\fP ()" .br .ti -1c .RI "bool \fBtry_lock_shared\fP ()" .br .ti -1c .RI "void \fBunlock\fP ()" .br .ti -1c .RI "void \fBunlock_shared\fP ()" .br .in -1c .SS "Related Functions" (Note that these are not member functions\&.) .in +1c .ti -1c .RI "template void \fBswap\fP (\fBshared_lock\fP< _Mutex > &__x, \fBshared_lock\fP< _Mutex > &__y) noexcept" .br .RI "Swap specialization for shared_lock\&. " .in -1c .SH "Detailed Description" .PP The standard shared mutex type\&. .PP Definition at line 409 of file shared_mutex\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.