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