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

Method data

util/generic/strbase.h:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 }
126
127 constexpr const TCharType* data() const noexcept {
128 return Ptr();
129 }
130
131 constexpr inline size_t size() const noexcept {
132 return Len();

Callers 11

compareMethod · 0.45
equalMethod · 0.45
StartsWithMethod · 0.45
EndsWithMethod · 0.45
findMethod · 0.45
rfindMethod · 0.45
find_first_ofMethod · 0.45
find_first_not_ofMethod · 0.45
find_last_ofMethod · 0.45
find_last_not_ofMethod · 0.45
PtrMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected