Constructs a Condition that returns the result of (*func)(arg).

Synopsis

Declared in <absl/synchronization/mutex.h>

Condition(
    bool(* func)(void*),
    void* arg);

Parameters

Name

Description

func

The predicate function to evaluate.

arg

The argument passed to func.

Created with MrDocs