Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
template <class T, size_t N>
69
std::vector<T> ToVector(std::array<T, N> array)
70
{
71
return std::vector<T>(array.begin(), array.end());
72
}
73
74
TEST(TEnumTest, Domain)
75
{
Callers
1
TEST
Function · 0.70
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected