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

Function Construct

util/generic/string.h:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211 template <typename... A>
212 static TStorage Construct(A&&... a) {
213 return {new TStdStr(std::forward<A>(a)...), typename TStorage::TNoIncrement()};
214 }
215
216 static TStorage Construct() noexcept {
217 return TStdStr::NullStr();

Callers 3

CloneFunction · 0.70
string.hFile · 0.70
TBasicStringFunction · 0.70

Calls 1

TNoIncrementClass · 0.85

Tested by

no test coverage detected