std::mutex::native_handle (3) - Linux Manuals
std::mutex::native_handle: std::mutex::native_handle
Command to display std::mutex::native_handle
manual in Linux: $ man 3 std::mutex::native_handle
NAME
std::mutex::native_handle - std::mutex::native_handle
Synopsis
native_handle_type native_handle(); (since C++11)
(optional)
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
Pages related to std::mutex::native_handle
- std::mutex::lock (3) - std::mutex::lock
- std::mutex::mutex (3) - std::mutex::mutex
- std::mutex::try_lock (3) - std::mutex::try_lock
- std::mutex::unlock (3) - std::mutex::unlock
- std::mutex::~mutex (3) - std::mutex::~mutex
- std::mutex (3) - std::mutex
- std::multimap (3) - std::multimap
- std::multimap<Key,T,Compare,Allocator>::begin, (3) - std::multimap<Key,T,Compare,Allocator>::begin,
- std::multimap<Key,T,Compare,Allocator>::begin,std::multimap<Key,T,Compare,Allocator>::cbegin (3) - std::multimap<Key,T,Compare,Allocator>::begin,std::multimap<Key,T,Compare,Allocator>::cbegin
- std::multimap<Key,T,Compare,Allocator>::clear (3) - std::multimap<Key,T,Compare,Allocator>::clear
- std::multimap<Key,T,Compare,Allocator>::contains (3) - std::multimap<Key,T,Compare,Allocator>::contains