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

Method shrink_to_fit

library/cpp/containers/stack_vector/stack_vec.h:172–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170public:
171 void swap(TStackVec&) = delete;
172 void shrink_to_fit() = delete;
173
174 TStackVec& operator=(const TStackVec& src) {
175 TBase::assign(src.begin(), src.end());

Callers 15

ClearStatsDataMethod · 0.80
LoadMethod · 0.80
ClearStatsDataMethod · 0.80
LoadMethod · 0.80
ParseAbseilFlagsOnlyImplFunction · 0.80
ResetToBuiltinUTCMethod · 0.80
LoadMethod · 0.80
ParseAbseilFlagsOnlyImplFunction · 0.80
ResetToBuiltinUTCMethod · 0.80
LoadMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestShrinkMethod · 0.64