หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Represents a struct that is used with the template function call_once to ensure that initialization code is called only once, even in the presence of multiple threads of execution.
Syntax
struct once_flag
{
constexpr once_flag() noexcept;
};
Remarks
The once_flag struct has only a default constructor.
Objects of type once_flag can be created, but they cannot be copied.
Requirements
Header: <mutex>
Namespace: std