Lockable

C++ concepts: Lockable

The Lockable concept extends the BasicLockable concept to include attempted locking.

Requirements

For type L to be Lockable, it must meet the above condition as well as the following:

Expression Effects Return value
m.try_lock() Attempts to acquire the lock for the current execution agent without blocking. If an exception is thrown, no lock is obtained. true if the lock was acquired, false otherwise

See also

© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/concept/Lockable

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部