libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
details< boost::mutex > Struct Reference

Public Types

using mutex_t = boost::mutex
 
using lock_t = boost::mutex::scoped_lock
 
using thread_t = jthread
 
using mutex_t = boost::mutex
 
using lock_t = boost::mutex::scoped_lock
 
using thread_t = jthread
 

Detailed Description

Definition at line 63 of file mutex.cpp.

Member Typedef Documentation

◆ lock_t [1/2]

using details< boost::mutex >::lock_t = boost::mutex::scoped_lock

Definition at line 65 of file mutex.cpp.

◆ lock_t [2/2]

using details< boost::mutex >::lock_t = boost::mutex::scoped_lock

Definition at line 65 of file mutex.cpp.

◆ mutex_t [1/2]

using details< boost::mutex >::mutex_t = boost::mutex

Definition at line 64 of file mutex.cpp.

◆ mutex_t [2/2]

using details< boost::mutex >::mutex_t = boost::mutex

Definition at line 64 of file mutex.cpp.

◆ thread_t [1/2]

using details< boost::mutex >::thread_t = jthread

Definition at line 66 of file mutex.cpp.

◆ thread_t [2/2]

using details< boost::mutex >::thread_t = jthread

Definition at line 66 of file mutex.cpp.


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