table of contents
other versions
- unstable 15.2.0-1
| std::try_to_lock_t(3cxx) | std::try_to_lock_t(3cxx) |
NAME¶
std::try_to_lock_t - Try to acquire ownership of the mutex without blocking.
SYNOPSIS¶
#include <mutex>
Detailed Description¶
Try to acquire ownership of the mutex without blocking.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
| libstdc++ |