Constructors
Synopses
Declared in <absl/synchronization/mutex.h>
Creates a Mutex that is not held by anyone.
Mutex();
Creates a mutex with static storage duration.
constexpr
explicit
Mutex(absl::ConstInitType tag);
Parameters
Name |
Description |
tag |
A tag that selects this overload. |
Created with MrDocs