[#absl-Condition-2constructor-0b] = xref:absl.adoc[absl]::xref:absl/Condition.adoc[Condition]::Condition :relfileprefix: ../../ :mrdocs: Constructs a `Condition` from a functor exposing `bool operator() const`. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> requires synchronization_internal::HasConstMemberCallOperator<T>::value explicit Condition(T const* obj); ---- == Parameters [cols="1,4"] |=== | Name| Description | *obj* | The functor to evaluate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#