absl::Mutex::Mutex

Constructors

Synopses

Declared in <absl/synchronization/mutex.h>

Creates a Mutex that is not held by anyone.

Mutex();
» more...

Creates a mutex with static storage duration.

constexpr
explicit
Mutex(absl::ConstInitType tag);
» more...

Parameters

NameDescription
tagA tag that selects this overload.