cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

Scope guards (scope_exit, scope_success, scope_fail, unique_resource)

Open thmxv opened this issue 3 years ago • 1 comments

Channel

C++Weekly

Topics

Scope guards, aka scope_exit, scope_success, scope_fail and unique_resource. This could be in relation to Alexandrescu's book. Also what exactly is the library fundamentals v3?

Length

I think this would require a full length episode, but if you can compact it on a short episode this would be fine too.

thmxv avatar Jan 09 '23 21:01 thmxv

Seems like this could have some overlap with #25 (throwing exceptions from destructors)

usefulcat avatar Apr 28 '23 03:04 usefulcat