.TH "std::once_flag" 3cxx "Sun Jan 10 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::once_flag \- Flag type used by std::call_once\&. .SH SYNOPSIS .br .PP .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr \fBonce_flag\fP () noexcept=default" .br .RI "Constructor\&. " .ti -1c .RI "\fBonce_flag\fP (const \fBonce_flag\fP &)=delete" .br .RI "Deleted copy constructor\&. " .ti -1c .RI "\fBonce_flag\fP & \fBoperator=\fP (const \fBonce_flag\fP &)=delete" .br .RI "Deleted assignment operator\&. " .in -1c .SS "Friends" .in +1c .ti -1c .RI "template void \fBcall_once\fP (\fBonce_flag\fP &__once, _Callable &&__f, _Args &&\&.\&.\&. __args)" .br .RI "Invoke a callable and synchronize with other calls using the same flag\&. " .in -1c .SH "Detailed Description" .PP Flag type used by std::call_once\&. .PP Definition at line 672 of file mutex\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.