omni::sync::bind_param_const
NAME

omni::sync::bind_param_const

A function of omni::sync

#include <omni/types/thread_t.hpp>
template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::parameterized_thread_start omni::sync::bind_param_const(const T& obj)


OVERLOADS

template < class T, void (T::*fnptr)(omni::sync::thread_arg_t) const > static omni::sync::parameterized_thread_start omni::sync::bind_param_const(const T *const obj)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top