SPH
Public Member Functions | List of all members
Finally< TFunctor > Class Template Reference

#include <Finally.h>

Public Member Functions

 Finally (TFunctor &&functor)
 
 Finally (Finally &&other)
 
 ~Finally ()
 

Detailed Description

template<typename TFunctor>
class Finally< TFunctor >

Definition at line 14 of file Finally.h.

Constructor & Destructor Documentation

◆ Finally() [1/2]

template<typename TFunctor >
Finally< TFunctor >::Finally ( TFunctor &&  functor)
inline

Definition at line 20 of file Finally.h.

◆ Finally() [2/2]

template<typename TFunctor >
Finally< TFunctor >::Finally ( Finally< TFunctor > &&  other)
inline

Definition at line 23 of file Finally.h.

◆ ~Finally()

template<typename TFunctor >
Finally< TFunctor >::~Finally ( )
inline

Definition at line 28 of file Finally.h.


The documentation for this class was generated from the following file: