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