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

Function TryDoFromString

util/string/split.h:532–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530
531 template <class Src, class Dst>
532 inline Y_WARN_UNUSED_RESULT bool TryDoFromString(const Src& src, Dst* dst) noexcept {
533 return ::TryFromString(src, *dst);
534 }
535
536 template <class T>
537 inline Y_WARN_UNUSED_RESULT bool TryDoFromString(const T& src, T* dst) noexcept {

Callers 1

TSplitRangeClass · 0.85

Calls 1

TryFromStringFunction · 0.85

Tested by

no test coverage detected