#include <gmock-matchers.h>
|
| static OutIter | Run (Func f, const Tuple &t, OutIter out) |
| |
template<typename Tuple, typename Func, typename OutIter>
class testing::internal::TransformTupleValuesHelper< Tuple, Func, OutIter >
Definition at line 822 of file gmock-matchers.h.
◆ Run()
template<typename Tuple , typename Func , typename OutIter >
Definition at line 829 of file gmock-matchers.h.
830 return IterateOverTuple<Tuple, TupleSize::value>()(f, t, out);
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/thirdparty/gtest/googlemock/include/gmock/gmock-matchers.h