| 
    HDK
    
   | 
 
#include <UT_Thread.h>
 Inheritance diagram for UT_StdThread:Public Member Functions | |
| UT_StdThread ()=default | |
| template<typename Func , typename... Args> | |
| UT_StdThread (Func &&func, Args &&...args) | |
| UT_StdThread (const UT_StdThread &)=delete | |
| UT_StdThread & | operator= (const UT_StdThread &)=delete | 
| UT_StdThread (UT_StdThread &&)=default | |
| UT_StdThread & | operator= (UT_StdThread &&)=default | 
Definition at line 518 of file UT_Thread.h.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 523 of file UT_Thread.h.
      
  | 
  delete | 
      
  | 
  default | 
      
  | 
  delete | 
      
  | 
  default |