Electroneum
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 822 of file gmock-matchers.h.

Member Function Documentation

◆ Run()

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

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

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

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h