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