[#absl-Condition-2constructor-0ec] = xref:absl.adoc[absl]::xref:absl/Condition.adoc[Condition]::Condition :relfileprefix: ../../ :mrdocs: Constructs a `Condition` allowing `arg` to be implicitly convertible to the function parameter type. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename T, typename = void> Condition( bool(* func)(T*), T* arg); ---- == Parameters [cols="1,4"] |=== | Name| Description | *func* | The predicate function to evaluate. | *arg* | The argument passed to `func`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#