table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| 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 associated mutex.
Example¶
 This section is incomplete
  
   Reason: no example
Category:¶
* Todo no example
| 2024.06.10 | http://cppreference.com |