Hacker News new | ask | show | jobs
by pavlov 1099 days ago
Also seems like there would be use cases where you don't even want to assign the result, you just want the destructor to run at the end of the scope. Something like:

  using someMutex.lock();
With the assignment syntax it's not obvious to me whether that's allowed.
1 comments

You assign it to a variable that is then disposed of once it's out of scope?