std::once_flag

Header: <mutex>

The class std::once_flag is a helper structure for std::call_once.

# Declarations

class once_flag;

(since C++11)

# See also