1 #ifndef _SIGX_CHOOSE_LOCK_TRAIT_H_
2 #define _SIGX_CHOOSE_LOCK_TRAIT_H_
55 template<
typename T_mutex, locking_policy I_policy>
62 template<locking_policy I_policy>
65 typedef boost::mutex::scoped_lock type;
73 #endif // end file guard
Metafunction that chooses an appropriate scoped lock for a mutex.
Definition: choose_lock.h:56
Definition: auto_dispatchable.h:27