Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TStackVec
Method
TStackVec
library/cpp/containers/stack_vector/stack_vec.h:110–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
public:
110
TStackVec(const TAllocator& alloc = TAllocator())
111
: TBase(alloc)
112
{
113
TBase::reserve(CountOnStack);
114
}
115
116
explicit TStackVec(size_type count, const TAllocator& alloc = TAllocator())
117
: TBase(alloc)
Callers
nothing calls this directly
Calls
9
TAllocator
Class · 0.85
reserve
Function · 0.50
resize
Function · 0.50
assign
Function · 0.50
insert
Function · 0.50
end
Function · 0.50
push_back
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected