dot-xx
A personal collection of small C++ modules
Loading...
Searching...
No Matches
defer.xx File Reference
module dxx.utils

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.

Detailed Description

A simple RAII wrapper to run stuff at the end of scope.