MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / TestParamInfo

Method TestParamInfo

tests/gtest/gtest.h:10451–10453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10449template <class ParamType>
10450struct TestParamInfo {
10451 TestParamInfo(const ParamType& a_param, size_t an_index) :
10452 param(a_param),
10453 index(an_index) {}
10454 ParamType param;
10455 size_t index;
10456};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected