Constructs a Condition from a functor exposing bool operator() const.
Declared in <absl/synchronization/mutex.h>
template<typename T>
requires synchronization_internal::HasConstMemberCallOperator<T>::value
explicit
Condition(T const* obj);
| Name | Description |
|---|---|
| obj | The functor to evaluate. |