Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TArray2D
Method
TArray2D
library/cpp/containers/2d_array/2d_array.h:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
public:
52
TArray2D(size_t xsize = 1, size_t ysize = 1) {
53
XSize = xsize;
54
YSize = ysize;
55
Create();
56
}
57
TArray2D(const TArray2D& a) {
58
Copy(a);
59
}
Callers
nothing calls this directly
Calls
2
Create
Function · 0.50
Copy
Function · 0.50
Tested by
no test coverage detected