[#absl-Condition] = xref:absl.adoc[absl]::Condition :relfileprefix: ../ :mrdocs: A predicate on state protected by a `Mutex`, used to wait for a condition to become `true`. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Condition; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:absl/Condition/2constructor-00.adoc[`Condition`] [.small]#[constructor]# | Constructors | xref:absl/Condition/Eval.adoc[`Eval`] | Evaluates the condition. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:absl/Condition/GuaranteedEqual.adoc[`GuaranteedEqual`] | Determines whether two conditions are guaranteed to evaluate equally. |=== == Static Data Members [cols="1,4"] |=== | Name| Description | xref:absl/Condition/kTrue.adoc[`kTrue`] | A `Condition` that always returns `true`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#