.TH "std::condition_variable_any" 3cxx "Sun Jan 10 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::condition_variable_any \- condition_variable_any .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBcondition_variable_any\fP (const \fBcondition_variable_any\fP &)=delete" .br .ti -1c .RI "void \fBnotify_all\fP () noexcept" .br .ti -1c .RI "void \fBnotify_one\fP () noexcept" .br .ti -1c .RI "\fBcondition_variable_any\fP & \fBoperator=\fP (const \fBcondition_variable_any\fP &)=delete" .br .ti -1c .RI "template void \fBwait\fP (_Lock &__lock)" .br .ti -1c .RI "template void \fBwait\fP (_Lock &__lock, _Predicate __p)" .br .ti -1c .RI "template \fBcv_status\fP \fBwait_for\fP (_Lock &__lock, const \fBchrono::duration\fP< _Rep, _Period > &__rtime)" .br .ti -1c .RI "template bool \fBwait_for\fP (_Lock &__lock, const \fBchrono::duration\fP< _Rep, _Period > &__rtime, _Predicate __p)" .br .ti -1c .RI "template \fBcv_status\fP \fBwait_until\fP (_Lock &__lock, const \fBchrono::time_point\fP< _Clock, _Duration > &__atime)" .br .ti -1c .RI "template bool \fBwait_until\fP (_Lock &__lock, const \fBchrono::time_point\fP< _Clock, _Duration > &__atime, _Predicate __p)" .br .in -1c .SH "Detailed Description" .PP condition_variable_any .PP Definition at line 253 of file condition_variable\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.