![]() |
![]()
| ![]() |
![]()
NAMEstd::unique_lock::release - std::unique_lock::release Synopsismutex_type* release() noexcept; (since C++11)
Parameters(none) Return valuePointer to the associated mutex or a null pointer if there was no associated mutex. Example This section is incomplete
See also unlock unlocks (i.e., releases ownership of) the associated mutex
|