mutex::mutex构造函数(STL)

构造是没有锁定的 mutex 对象。

constexpr mutex() _NOEXCEPT;

要求

**标头:**mutex

**命名空间:**std

请参见

参考

<mutex>

mutex Class (STL)

其他资源

标头文件