MCPcopy 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
109public:
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

TAllocatorClass · 0.85
reserveFunction · 0.50
resizeFunction · 0.50
assignFunction · 0.50
insertFunction · 0.50
endFunction · 0.50
push_backFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected