Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
170
public:
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
GroupAndSortWeighedValuesImpl
Function · 0.80
ClearStatsData
Method · 0.80
Load
Method · 0.80
ClearStatsData
Method · 0.80
Load
Method · 0.80
SerializeFromMemShrinkInput
Function · 0.80
ParseAbseilFlagsOnlyImpl
Function · 0.80
ResetToBuiltinUTC
Method · 0.80
Load
Method · 0.80
ParseAbseilFlagsOnlyImpl
Function · 0.80
ResetToBuiltinUTC
Method · 0.80
Load
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestShrink
Method · 0.64