defer_lock Variable
Represents an object that can be passed to the constructor for unique_lock. This indicates that the constructor should not lock the mutex object that's also being passed to it.
const defer_lock_t defer_lock;
Requirements
Header: mutex
Namespace: std