MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / ArrayAsVector

Function ArrayAsVector

test/common/gtest/gtest.cpp:3584–3586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3582
3583template <int kSize>
3584std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) {
3585 return std::vector<std::string>(array, array + kSize);
3586}
3587
3588static std::vector<std::string> GetReservedAttributesForElement(
3589 const std::string& xml_element) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected