Contains general purpose utility classes & functions. More...
Namespaces | |
namespace | directories |
Contains filesystem helpers. | |
Classes | |
class | NoDenormals |
RAII mechanism to disable denormals while an instance of this class is alive. Supports SSE or NEON instruction sets, will have no effect if neither of those are present. Goes without saying, but doesn't allocate (I deliberately didn't use pImpl for this reason) More... | |
class | OnScopeExit |
Functor to run some code when this variable goes out of scope. More... | |
class | Proxy |
Helper class for managing lifetimes of captured references in a lambda. More... | |
class | TaskThread |
class | Timer |
Contains general purpose utility classes & functions.