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

Method AsStringView

util/generic/strbase.h:531–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529 using GenericFinder = const TCharType* (*)(const TCharType*, size_t, const TCharType*, size_t);
530
531 constexpr TStringViewWithTraits AsStringView() const {
532 return static_cast<TStringViewWithTraits>(*this);
533 }
534
535 constexpr inline const TCharType* Ptr() const noexcept {
536 return This()->data();

Callers 2

compareMethod · 0.80
equalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected