.TH "std::shared_timed_mutex" 3cxx "Mon May 22 2017" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::shared_timed_mutex \- The standard shared timed mutex type\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::__shared_mutex_cv\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBshared_timed_mutex\fP (const \fBshared_timed_mutex\fP &)=delete" .br .ti -1c .RI "void \fBlock\fP ()" .br .ti -1c .RI "void \fBlock_shared\fP ()" .br .ti -1c .RI "\fBshared_timed_mutex\fP & \fBoperator=\fP (const \fBshared_timed_mutex\fP &)=delete" .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 "bool \fBtry_lock_shared\fP ()" .br .ti -1c .RI "template bool \fBtry_lock_shared_for\fP (const \fBchrono::duration\fP< _Rep, _Period > &__rel_time)" .br .ti -1c .RI "template bool \fBtry_lock_shared_until\fP (const \fBchrono::time_point\fP< _Clock, _Duration > &__abs_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 .ti -1c .RI "void \fBunlock_shared\fP ()" .br .in -1c .SH "Detailed Description" .PP The standard shared timed mutex type\&. .PP Definition at line 361 of file shared_mutex\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.