STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes
stapl::runtime::read_lock_guard< Mutex > Struct Template Reference

Lock guard for read lock ownership. More...

Public Member Functions

 read_lock_guard (Mutex &mtx)
 

Public Attributes

Mutex & m_mtx
 

Detailed Description

template<typename Mutex>
struct stapl::runtime::read_lock_guard< Mutex >

Lock guard for read lock ownership.

If write lock is required, then lock_guard should be used.


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