This topic has not yet been rated - Rate this topic

adopt_lock Variable

Visual Studio 2012

Represents an object that can be passed to constructors for lock_guard and unique_lock to indicate that the mutex object that is also being passed to the constructor is locked.

const adopt_lock_t adopt_lock;

Header: mutex

Namespace: std

Reference

Other Resources

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.