.TH "std::shared_timed_mutex" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::shared_timed_mutex \- The standard shared timed mutex type\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits __shared_timed_mutex_base\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBshared_timed_mutex\fP (const \fBshared_timed_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_timed_mutex\fP & \fBoperator=\fP (const \fBshared_timed_mutex\fP &)=\fBdelete\fP" .br .ti -1c .RI "bool \fBtry_lock\fP ()" .br .ti -1c .RI "template<\fBtypename\fP _Rep , \fBtypename\fP \fB_Period\fP > bool \fBtry_lock_for\fP (const \fBchrono::duration\fP< _Rep, \fB_Period\fP > &\fB__rtime\fP)" .br .ti -1c .RI "bool \fBtry_lock_shared\fP ()" .br .ti -1c .RI "template<\fBtypename\fP _Rep , \fBtypename\fP \fB_Period\fP > bool \fBtry_lock_shared_for\fP (const \fBchrono::duration\fP< _Rep, \fB_Period\fP > &\fB__rtime\fP)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Clock\fP , \fBtypename\fP \fB_Duration\fP > bool \fBtry_lock_shared_until\fP (const \fBchrono::time_point\fP< \fB_Clock\fP, \fB_Duration\fP > &\fB__abs_time\fP)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Clock\fP , \fBtypename\fP \fB_Duration\fP > bool \fBtry_lock_until\fP (const \fBchrono::time_point\fP< \fB_Clock\fP, \fB_Duration\fP > &\fB__abs_time\fP)" .br .ti -1c .RI "\fBvoid\fP \fBunlock\fP ()" .br .ti -1c .RI "\fBvoid\fP \fBunlock_shared\fP ()" .br .in -1c .SH "Detailed Description" .PP The standard shared timed mutex type\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.