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

Method TestPointer

util/generic/vector_ut.cpp:340–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 }
339
340 void TestPointer() {
341 TVector<int*> v1;
342 TVector<int*> v2 = v1;
343 TVector<int*> v3;
344
345 v3.insert(v3.end(), v1.begin(), v1.end());
346 }
347
348 void TestAutoRef() {
349 TVector<int> ref;

Callers

nothing calls this directly

Calls 3

insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected