mutex::mutex Constructor (STL)
Constructs a mutex object that is not locked.
constexpr mutex() _NOEXCEPT;
Requirements
Header: mutex
Namespace: std
Constructs a mutex object that is not locked.
constexpr mutex() _NOEXCEPT;
Header: mutex
Namespace: std