MCPcopy Create free account
hub / github.com/apache/singa / ArrayAsVector

Function ArrayAsVector

test/gtest/gtest-all.cc:3269–3271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3267
3268template <int kSize>
3269std::vector<std::string> ArrayAsVector(const char* const (&array)[kSize]) {
3270 return std::vector<std::string>(array, array + kSize);
3271}
3272
3273static std::vector<std::string> GetReservedAttributesForElement(
3274 const std::string& xml_element) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected