.TH "std::shared_mutex" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::shared_mutex \- The standard shared mutex type\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBshared_mutex\fP (const \fBshared_mutex\fP &)=\fBdelete\fP" .br .ti -1c .RI "\fBvoid\fP \fBlock\fP ()" .br .ti -1c .RI "\fBvoid\fP \fBlock_shared\fP ()" .br .ti -1c .RI "\fBshared_mutex\fP & \fBoperator=\fP (const \fBshared_mutex\fP &)=\fBdelete\fP" .br .ti -1c .RI "bool \fBtry_lock\fP ()" .br .ti -1c .RI "bool \fBtry_lock_shared\fP ()" .br .ti -1c .RI "\fBvoid\fP \fBunlock\fP ()" .br .ti -1c .RI "\fBvoid\fP \fBunlock_shared\fP ()" .br .in -1c .SS "Related Symbols" (Note that these are not member symbols\&.) .in +1c .ti -1c .RI "template<\fBtypename\fP \fB_Mutex\fP > \fBvoid\fP \fBswap\fP (\fBshared_lock\fP< \fB_Mutex\fP > &__x, \fBshared_lock\fP< \fB_Mutex\fP > &\fB__y\fP) noexcept" .br .RI "Swap specialization for shared_lock\&. " .in -1c .SH "Detailed Description" .PP The standard shared mutex type\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.