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

Function ArrayAsVector

tests/gtest/gtest-all.cc:3606–3608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3604
3605template <int kSize>
3606std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) {
3607 return std::vector<std::string>(array, array + kSize);
3608}
3609
3610static std::vector<std::string> GetReservedAttributesForElement(
3611 const std::string& xml_element) {

Calls

no outgoing calls

Tested by

no test coverage detected