MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / ArrayAsVector

Function ArrayAsVector

source/test/gtest/src/gtest.cc:2308–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2306
2307template <size_t kSize>
2308std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) {
2309 return std::vector<std::string>(array, array + kSize);
2310}
2311
2312static std::vector<std::string> GetReservedAttributesForElement(
2313 const std::string& xml_element) {

Calls

no outgoing calls

Tested by

no test coverage detected