Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct template thread_access_mode_of<shared_lock_guard< MutexT >>

boost::log::thread_access_mode_of<shared_lock_guard< MutexT >>

Synopsis

// In header: <boost/log/utility/strictest_lock.hpp>

template<typename MutexT> 
struct thread_access_mode_of<shared_lock_guard< MutexT >> :
  public boost::integral_constant< lock_access_mode, shared_access >
{
};

PrevUpHomeNext