Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::TransformTupleValuesHelper< Tuple, Func, OutIter > Class Template Reference

#include <gmock-matchers.h>

Static Public Member Functions

static OutIter Run (Func f, const Tuple &t, OutIter out)
 

Detailed Description

template<typename Tuple, typename Func, typename OutIter>
class testing::internal::TransformTupleValuesHelper< Tuple, Func, OutIter >

Definition at line 989 of file gmock-matchers.h.

Member Function Documentation

◆ Run()

template<typename Tuple , typename Func , typename OutIter >
static OutIter testing::internal::TransformTupleValuesHelper< Tuple, Func, OutIter >::Run ( Func f,
const Tuple & t,
OutIter out )
inlinestatic

Definition at line 996 of file gmock-matchers.h.

996 {
997 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out);
998 }
Here is the caller graph for this function:

The documentation for this class was generated from the following file: