mutex::mutex 构造函数 (STL)

构造尚未锁定的 mutex 对象。

constexpr mutex() _NOEXCEPT;

要求

标头: mutex

命名空间: std

请参见

参考

<mutex>

mutex 类 (STL)

其他资源

C++ 标准库头文件