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

Function IntFromString

util/string/cast.h:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368
369template <class TInt, int base, class TChar>
370inline TInt IntFromString(const TChar* str) {
371 return IntFromString<TInt, base>(str, std::char_traits<TChar>::length(str));
372}
373
374template <class TInt, int base, class TStringType>
375inline TInt IntFromString(const TStringType& str) {

Callers

nothing calls this directly

Calls 3

lengthFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected