Determines whether two conditions are guaranteed to evaluate equally.
Declared in <absl/synchronization/mutex.h>
static
bool
GuaranteedEqual(
Condition const* a,
Condition const* b);
true if both are guaranteed to return the same value, false if they may differ.
| Name | Description |
|---|---|
| a | The first condition, or null for a true condition. |
| b | The second condition, or null for a true condition. |