Implementing Go's defer keyword in C++

October 22, 2017

TLDR

Using c++ destructor and RAII to implement go’s defer statement

Read more