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

Function Values

tests/gtest/gtest.h:11428–11430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11426//
11427template <typename... T>
11428internal::ValueArray<T...> Values(T... v) {
11429 return internal::ValueArray<T...>(std::move(v)...);
11430}
11431
11432// Bool() allows generating tests with parameters in a set of (false, true).
11433//

Callers 2

gtest.hFile · 0.85
BoolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected