std::once_flag
once_flag
- Provided by: libstdc++-9-doc (Version: 9.5.0-1ubuntu1~22.04.1)
- Source: gcc-9
- Report a bug
once_flag
constexpr once_flag () noexcept=default
Constructor. once_flag (const once_flag &)=delete
Deleted copy constructor. once_flag & operator= (const
once_flag &)=delete
Deleted assignment operator.
template<typename _Callable , typename... _Args> void
call_once (once_flag &__once, _Callable &&__f,
_Args &&... __args)
call_once
once_flag
Definition at line 628 of file mutex.
Constructor.
Deleted copy constructor.
Deleted assignment operator.
call_once
Definition at line 666 of file mutex.
Generated automatically by Doxygen for libstdc++ from the source code.