Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::TransformTupleValuesHelper< Tuple, Func, OutIter > Class Template Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>

Classes

struct  IterateOverTuple
 
struct  IterateOverTuple< Tup, 0 >
 

Static Public Member Functions

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

Private Types

typedef ::testing::tuple_size
< Tuple > 
TupleSize
 

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.

View newest version in sPHENIX GitHub at line 822 of file gmock-matchers.h

Member Typedef Documentation

template<typename Tuple , typename Func , typename OutIter >
typedef ::testing::tuple_size<Tuple> testing::internal::TransformTupleValuesHelper< Tuple, Func, OutIter >::TupleSize
private

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

View newest version in sPHENIX GitHub at line 824 of file gmock-matchers.h

Member Function Documentation

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

View newest version in sPHENIX GitHub at line 829 of file gmock-matchers.h

Referenced by testing::internal::TransformTupleValues().

+ Here is the caller graph for this function:


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