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

Class TUninitialized

util/generic/string.h:190–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188 using typename TBase::const_reverse_iterator;
189
190 struct TUninitialized {
191 explicit TUninitialized(size_t size)
192 : Size(size)
193 {
194 }
195
196 size_t Size;
197 };
198
199 size_t max_size() noexcept {
200 static size_t res = TStringType().max_size();

Callers 1

UninitializedFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected