Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ ValueArray
Method
ValueArray
tests/gtest/gtest.h:11125–11125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11123
class ValueArray {
11124
public:
11125
ValueArray(Ts... v) : v_{std::move(v)...} {}
11126
11127
template <typename T>
11128
operator ParamGenerator<T>() const { // NOLINT
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected