.TH "std::shared_lock< _Mutex >" 3cxx "Tue Jul 18 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::shared_lock< _Mutex > \- shared_lock .SH SYNOPSIS .br .PP .SS "Public Types" .in +1c .ti -1c .RI "typedef _Mutex \fBmutex_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBshared_lock\fP (mutex_type &__m)" .br .ti -1c .RI "\fBshared_lock\fP (mutex_type &__m, \fBadopt_lock_t\fP)" .br .ti -1c .RI "template \fBshared_lock\fP (mutex_type &__m, const \fBchrono::duration\fP< _Rep, _Period > &__rel_time)" .br .ti -1c .RI "template \fBshared_lock\fP (mutex_type &__m, const \fBchrono::time_point\fP< _Clock, _Duration > &__abs_time)" .br .ti -1c .RI "\fBshared_lock\fP (mutex_type &__m, \fBdefer_lock_t\fP) noexcept" .br .ti -1c .RI "\fBshared_lock\fP (mutex_type &__m, \fBtry_to_lock_t\fP)" .br .ti -1c .RI "\fBshared_lock\fP (\fBshared_lock\fP &&__sl) noexcept" .br .ti -1c .RI "\fBshared_lock\fP (\fBshared_lock\fP const &)=delete" .br .ti -1c .RI "void \fBlock\fP ()" .br .ti -1c .RI "mutex_type * \fBmutex\fP () const noexcept" .br .ti -1c .RI "\fBoperator bool\fP () const noexcept" .br .ti -1c .RI "\fBshared_lock\fP & \fBoperator=\fP (\fBshared_lock\fP &&__sl) noexcept" .br .ti -1c .RI "\fBshared_lock\fP & \fBoperator=\fP (\fBshared_lock\fP const &)=delete" .br .ti -1c .RI "bool \fBowns_lock\fP () const noexcept" .br .ti -1c .RI "mutex_type * \fBrelease\fP () noexcept" .br .ti -1c .RI "void \fBswap\fP (\fBshared_lock\fP &__u) noexcept" .br .ti -1c .RI "bool \fBtry_lock\fP ()" .br .ti -1c .RI "template bool \fBtry_lock_for\fP (const \fBchrono::duration\fP< _Rep, _Period > &__rel_time)" .br .ti -1c .RI "template bool \fBtry_lock_until\fP (const \fBchrono::time_point\fP< _Clock, _Duration > &__abs_time)" .br .ti -1c .RI "void \fBunlock\fP ()" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::shared_lock< _Mutex >"shared_lock .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.