MCPcopy Create free account
hub / github.com/catboost/catboost / ~TArray2D

Method ~TArray2D

library/cpp/containers/2d_array/2d_array.h:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 return *this;
64 }
65 ~TArray2D() {
66 Destroy();
67 }
68 void SetSizes(size_t xsize, size_t ysize) {
69 if (XSize == xsize && YSize == ysize)
70 return;

Callers

nothing calls this directly

Calls 1

DestroyFunction · 0.50

Tested by

no test coverage detected