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

Method Len

util/generic/strbase.h:539–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537 }
538
539 constexpr inline size_t Len() const noexcept {
540 return This()->length();
541 }
542
543 constexpr inline const TDerived* This() const noexcept {
544 return static_cast<const TDerived*>(this);

Callers 1

equalMethod · 0.45

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected