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