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

Method Ptr

util/generic/strbase.h:535–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 }
534
535 constexpr inline const TCharType* Ptr() const noexcept {
536 return This()->data();
537 }
538
539 constexpr inline size_t Len() const noexcept {
540 return This()->length();

Callers 2

Y_UNIT_TESTFunction · 0.45
BaseMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected