SPH
|
Wraps a functor and executes it once the wrapper goes out of scope. More...
Go to the source code of this file.
Classes | |
class | Finally< TFunctor > |
Functions | |
template<typename TFunctor > | |
Finally< std::decay_t< TFunctor > > | finally (TFunctor &&functor) |
Returns Finally object utilizing type deduction. More... | |
Wraps a functor and executes it once the wrapper goes out of scope.
Definition in file Finally.h.