#include <mingw.mutex.h>
|
template<class Callable , class... Args> |
void | call_once (once_flag &once, Callable &&f, Args &&... args) |
|
Definition at line 458 of file mingw.mutex.h.
◆ once_flag() [1/2]
mingw_stdthread::once_flag::once_flag |
( |
const once_flag & |
| ) |
|
|
privatedelete |
◆ once_flag() [2/2]
constexpr mingw_stdthread::once_flag::once_flag |
( |
| ) |
|
|
inlineconstexprnoexcept |
◆ operator=()
◆ call_once
template<class Callable , class... Args>
void call_once |
( |
once_flag & |
once, |
|
|
Callable && |
f, |
|
|
Args &&... |
args |
|
) |
| |
|
friend |
◆ mHasRun
std::atomic_bool mingw_stdthread::once_flag::mHasRun |
|
private |
◆ mMutex
mutex mingw_stdthread::once_flag::mMutex |
|
private |
The documentation for this class was generated from the following file: