template <typename P1, typename... Ps>
struct conjunction
Defined at line 287 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h
With multiple predicates the answer is the first predicate if that is false,
and we recurse otherwise.