std::shared_mutex - Man Page

The standard shared mutex type.

Synopsis

#include <shared_mutex>

Public Member Functions

shared_mutex (const shared_mutex &)=delete
void lock ()
void lock_shared ()
shared_mutex & operator= (const shared_mutex &)=delete
bool try_lock ()
bool try_lock_shared ()
void unlock ()
void unlock_shared ()

Detailed Description

The standard shared mutex type.

Author

Generated automatically by Doxygen for libstdc++ from the source code.

Info

libstdc++