|
dot-xx
A personal collection of small C++ modules
|
A simple RAII wrapper to run stuff at the end of scope. More...
import std;Classes | |
| class | dxx::utils::Defer< TDeferred > |
| Class for deferring operations until the end of lifetime. More... | |
Namespaces | |
| namespace | dxx::utils |
| The main namespace of the dxx::utils module. | |
A simple RAII wrapper to run stuff at the end of scope.