
15 Apr
2021
15 Apr
'21
12:39 p.m.
@Christian Heimes
RAII is more than cleaning resource at the end of function, it is that while you are using class - resource will be available ... You can move resource using modern C++ `std::move` ant lots of other features that could improve readability and maintainability of the code