[#absl-Condition-2constructor-0ef] = xref:absl.adoc[absl]::xref:absl/Condition.adoc[Condition]::Condition :relfileprefix: ../../ :mrdocs: Constructs a `Condition` that evaluates `object‐>method()`. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> Condition( T* object, bool(T::* method)()); ---- == Parameters [cols="1,4"] |=== | Name| Description | *object* | The object on which to invoke the method. | *method* | The member function to evaluate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#