Constructs a Condition that evaluates object->method().
Declared in <absl/synchronization/mutex.h>
template<typename T>
Condition(
T* object,
bool(T::* method)());
| Name | Description |
|---|---|
| object | The object on which to invoke the method. |
| method | The member function to evaluate. |