Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. if (std::scoped_lock<std::mutex> guard(mutex_); true) {
  2. // Do something.
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement