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

Method equal

util/generic/strbase.h:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 }
206
207 static constexpr bool equal(const TSelf& s1, const TSelf& s2) noexcept {
208 return s1.AsStringView() == s2.AsStringView();
209 }
210
211 static constexpr bool equal(const TSelf& s1, const TCharType* p) noexcept {
212 if (p == nullptr) {

Callers

nothing calls this directly

Calls 5

AsStringViewMethod · 0.80
equalFunction · 0.50
LenMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected