std::lock_guard
From cppreference.com
Template:cpp/thread/lock guard/sidebar
Defined in header <mutex>
|
||
template< class Mutex > class lock_guard; |
(since C++11) | |
The class Template:cpp implements a strictly scope-based mutex ownership wrapper. The class is non-copyable. The supplied Mutex type shall implement the Lockable concept.
This section is incomplete |
Member types
Template:tdcl list begin Template:tdcl list hitem Template:tdcl list item Template:tdcl list end