table of contents
- NAME
- SYNOPSIS
- Detailed Description
- Constructor & Destructor Documentation
- Member Function Documentation
- Friends And Related Function Documentation
- Author
other versions
- buster 8.3.0-6
conflicting packages
std::once_flag(3cxx) | std::once_flag(3cxx) |
NAME¶
std::once_flag - once_flagSYNOPSIS¶
Public Member Functions¶
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.
Friends¶
template<typename _Callable , typename... _Args> void call_once (once_flag &__once, _Callable &&__f, _Args &&... __args)
call_once
Detailed Description¶
once_flagDefinition at line 629 of file mutex.
Constructor & Destructor Documentation¶
constexpr std::once_flag::once_flag () [default], [noexcept]¶
Constructor.std::once_flag::once_flag (const once_flag &) [delete]¶
Deleted copy constructor.Member Function Documentation¶
once_flag& std::once_flag::operator= (const once_flag &) [delete]¶
Deleted assignment operator.Friends And Related Function Documentation¶
template<typename _Callable , typename... _Args> void call_once (once_flag & __once, _Callable && __f, _Args &&... __args) [friend]¶
call_onceDefinition at line 667 of file mutex.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Sat Apr 6 2019 | libstdc++ |