.TH "std::__shared_mutex_cv" 3cxx "Sun Feb 7 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__shared_mutex_cv \- A shared mutex type implemented using std::condition_variable\&. .SH SYNOPSIS .br .PP .PP Inherited by \fBstd::shared_timed_mutex\fP\fC [private]\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB__shared_mutex_cv\fP (const \fB__shared_mutex_cv\fP &)=delete" .br .ti -1c .RI "void \fBlock\fP ()" .br .ti -1c .RI "void \fBlock_shared\fP ()" .br .ti -1c .RI "\fB__shared_mutex_cv\fP & \fBoperator=\fP (const \fB__shared_mutex_cv\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 "Friends" .in +1c .ti -1c .RI "class \fBshared_timed_mutex\fP" .br .in -1c .SH "Detailed Description" .PP A shared mutex type implemented using std::condition_variable\&. .PP Definition at line 255 of file shared_mutex\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.