HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_StdThread< UseTBB > Class Template Reference

#include <UT_Thread.h>

+ Inheritance diagram for UT_StdThread< UseTBB >:

Public Member Functions

 UT_StdThread ()=default
 
template<typename Func , typename... Args>
 UT_StdThread (Func &&func, Args &&...args)
 
 UT_StdThread (const UT_StdThread &)=delete
 
UT_StdThreadoperator= (const UT_StdThread &)=delete
 
 UT_StdThread (UT_StdThread &&)=default
 
UT_StdThreadoperator= (UT_StdThread &&)=default
 

Detailed Description

template<bool UseTBB = true>
class UT_StdThread< UseTBB >

Definition at line 531 of file UT_Thread.h.

Constructor & Destructor Documentation

template<bool UseTBB = true>
UT_StdThread< UseTBB >::UT_StdThread ( )
default
template<bool UseTBB = true>
template<typename Func , typename... Args>
UT_StdThread< UseTBB >::UT_StdThread ( Func &&  func,
Args &&...  args 
)
inline

Definition at line 536 of file UT_Thread.h.

template<bool UseTBB = true>
UT_StdThread< UseTBB >::UT_StdThread ( const UT_StdThread< UseTBB > &  )
delete
template<bool UseTBB = true>
UT_StdThread< UseTBB >::UT_StdThread ( UT_StdThread< UseTBB > &&  )
default

Member Function Documentation

template<bool UseTBB = true>
UT_StdThread& UT_StdThread< UseTBB >::operator= ( const UT_StdThread< UseTBB > &  )
delete
template<bool UseTBB = true>
UT_StdThread& UT_StdThread< UseTBB >::operator= ( UT_StdThread< UseTBB > &&  )
default

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