std::once_flag
Min standard notice:
Header: <mutex>
The class std::once_flag is a helper structure for std::call_once.
# Declarations
class once_flag;
(since C++11)
Header: <mutex>
The class std::once_flag is a helper structure for std::call_once.
class once_flag;
(since C++11)