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