MCPcopy Create free account
hub / github.com/catboost/catboost / ToVector

Function ToVector

library/cpp/yt/misc/unittests/enum_ut.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68template <class T, size_t N>
69std::vector<T> ToVector(std::array<T, N> array)
70{
71 return std::vector<T>(array.begin(), array.end());
72}
73
74TEST(TEnumTest, Domain)
75{

Callers 1

TESTFunction · 0.70

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected