|
template<typename _Callable , typename... _Args> |
void | call_once (once_flag &__once, _Callable &&__f, _Args &&...__args) |
|
once_flag
Definition at line 629 of file mutex.
constexpr std::once_flag::once_flag |
( |
| ) |
|
|
defaultnoexcept |
std::once_flag::once_flag |
( |
const once_flag & |
| ) |
|
|
delete |
Deleted copy constructor.
Deleted assignment operator.
template<typename _Callable , typename... _Args>
void call_once |
( |
once_flag & |
__once, |
|
|
_Callable && |
__f, |
|
|
_Args &&... |
__args |
|
) |
| |
|
friend |
call_once
Definition at line 667 of file mutex.
The documentation for this struct was generated from the following file: