GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Public Member Functions | Public Attributes | List of all members
testing::TestParamInfo< ParamType > Struct Template Reference

#include <gtest-param-util.h>

Public Member Functions

 TestParamInfo (const ParamType &a_param, size_t an_index)
 
 TestParamInfo (const ParamType &a_param, size_t an_index)
 

Public Attributes

ParamType param
 
size_t index
 

Constructor & Destructor Documentation

◆ TestParamInfo() [1/2]

template<class ParamType >
testing::TestParamInfo< ParamType >::TestParamInfo ( const ParamType &  a_param,
size_t  an_index 
)
inline

◆ TestParamInfo() [2/2]

template<class ParamType >
testing::TestParamInfo< ParamType >::TestParamInfo ( const ParamType &  a_param,
size_t  an_index 
)
inline

Member Data Documentation

◆ index

template<class ParamType >
size_t testing::TestParamInfo< ParamType >::index

◆ param

template<class ParamType >
ParamType testing::TestParamInfo< ParamType >::param

The documentation for this struct was generated from the following files: