NAME
A function of omni::sync
OVERLOADS
omni::sync::bind_const
A function of omni::sync
#include <omni/types/thread_t.hpp>template < class T, void (T::*fnptr)() const > static omni::sync::thread_start omni::sync::bind_const(const T& obj)OVERLOADS
template < class T, void (T::*fnptr)() const > static omni::sync::thread_start omni::sync::bind_const(const T *const obj)