HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Work_AsyncSwapDestroyHelper< T > Struct Template Reference

#include <utils.h>

Public Member Functions

 Work_AsyncSwapDestroyHelper ()=default
 
 Work_AsyncSwapDestroyHelper (Work_AsyncSwapDestroyHelper const &)=delete
 
Work_AsyncSwapDestroyHelperoperator= (Work_AsyncSwapDestroyHelper const &)=delete
 
 Work_AsyncSwapDestroyHelper (Work_AsyncSwapDestroyHelper &&other)
 
Work_AsyncSwapDestroyHelperoperator= (Work_AsyncSwapDestroyHelper &&other)
 
void operator() () const
 

Public Attributes

T obj
 

Detailed Description

template<class T>
struct Work_AsyncSwapDestroyHelper< T >

Definition at line 49 of file utils.h.

Constructor & Destructor Documentation

template<class T>
Work_AsyncSwapDestroyHelper< T >::Work_AsyncSwapDestroyHelper ( )
default

Definition at line 56 of file utils.h.

Member Function Documentation

template<class T>
void Work_AsyncSwapDestroyHelper< T >::operator() ( void  ) const
inline

Definition at line 71 of file utils.h.

template<class T>
Work_AsyncSwapDestroyHelper& Work_AsyncSwapDestroyHelper< T >::operator= ( Work_AsyncSwapDestroyHelper< T > &&  other)
inline

Definition at line 63 of file utils.h.

Member Data Documentation

template<class T>
T Work_AsyncSwapDestroyHelper< T >::obj

Definition at line 72 of file utils.h.


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