Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::is_strict_lock_sur_parolle< Lock > Struct Template Reference

An strict lock is a lock ensuring the mutex is locked on the scope of the lock There is no single way to define a strict lock as the strict_lock and nesteed_strict_lock shows. More...

#include <lock_traits.hpp>

Inheritance diagram for boost::is_strict_lock_sur_parolle< Lock >:
Collaboration diagram for boost::is_strict_lock_sur_parolle< Lock >:

Public Types

typedef integral_constant
< bool, false > 
type
 

Detailed Description

template<typename Lock>
struct boost::is_strict_lock_sur_parolle< Lock >

An strict lock is a lock ensuring the mutex is locked on the scope of the lock There is no single way to define a strict lock as the strict_lock and nesteed_strict_lock shows.

So we need a metafunction that states if a lock is a strict lock "sur parole".

Member Typedef Documentation

typedef integral_constant<bool,false> boost::integral_constant< bool, false >::type
inherited

The documentation for this struct was generated from the following file: