Constructs a Condition that returns the value of *cond.

Synopsis

Declared in <absl/synchronization/mutex.h>

explicit
Condition(bool const* cond);

Parameters

Name

Description

cond

Pointer to the boolean to read.

Created with MrDocs