MCPcopy Create free account
hub / github.com/KhronosGroup/KTX-Software / ArrayAsVector

Function ArrayAsVector

tests/gtest/src/gtest.cc:2286–2288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2284
2285template <size_t kSize>
2286std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) {
2287 return std::vector<std::string>(array, array + kSize);
2288}
2289
2290static std::vector<std::string> GetReservedAttributesForElement(
2291 const std::string& xml_element) {

Calls

no outgoing calls

Tested by

no test coverage detected