The metafunction selects the most strict lock type of the two.
More...
#include <strictest_lock.hpp>
template<typename LeftLockT, typename RightLockT, bool CondV = (thread_access_mode_of< LeftLockT >::value < thread_access_mode_of< RightLockT >::value)>
struct boost::aux::strictest_lock_impl< LeftLockT, RightLockT, CondV >
The metafunction selects the most strict lock type of the two.
template<typename LeftLockT, typename RightLockT, bool CondV = (thread_access_mode_of< LeftLockT >::value < thread_access_mode_of< RightLockT >::value)>
The documentation for this struct was generated from the following file: