MCPcopy Create free account
hub / github.com/YDLIDAR/YDLidar-SDK / ThreadCreateObjectFunctor

Method ThreadCreateObjectFunctor

core/base/thread.h:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 public:
31 template <class CLASS, int (CLASS::*PROC)(void)>
32 static Thread
33 ThreadCreateObjectFunctor(CLASS *pthis)
34 {
35 return createThread(createThreadAux<CLASS, PROC>, pthis);
36 }
37
38 template <class CLASS, int (CLASS::*PROC)(void)>
39 static _size_t THREAD_PROC

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected