Determines whether two conditions are guaranteed to evaluate equally.

Synopsis

Declared in <absl/synchronization/mutex.h>

static
bool
GuaranteedEqual(
    Condition const* a,
    Condition const* b);

Return Value

true if both are guaranteed to return the same value, false if they may differ.

Parameters

Name

Description

a

The first condition, or null for a true condition.

b

The second condition, or null for a true condition.

Created with MrDocs