FreeBSD Manual Pages
std::unique_lock::mutex(3) C++ Standard Libary std::unique_lock::mutex(3) NAME std::unique_lock::mutex - std::unique_lock::mutex Synopsis mutex_type* mutex() const noexcept; (since C++11) Returns a pointer to the associated mutex, or a null pointer if there is no associated mutex. Parameters (none) Return value Pointer to the associated mutex or a null pointer if there is no as- sociated mutex. Example This section is incomplete Reason: no example http://cppreference.com 2022.07.31 std::unique_lock::mutex(3)
NAME | Synopsis | Parameters | Return value | Example
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::unique_lock::mutex&sektion=3&manpath=FreeBSD+Ports+15.0>
