table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::timed_mutex::native_handle(3) | C++ Standard Libary | std::timed_mutex::native_handle(3) | 
NAME¶
std::timed_mutex::native_handle - std::timed_mutex::native_handle
Synopsis¶
 native_handle_type native_handle(); (since C++11)
  
   (not always present)
  
   Returns the underlying implementation-defined native handle object.
Parameters¶
(none)
Return value¶
Implementation-defined native handle object.
Exceptions¶
Implementation-defined.
Example¶
 This section is incomplete
  
   Reason: no example
Category:¶
* Todo no example
| 2024.06.10 | http://cppreference.com |