MCPcopy Create free account
hub / github.com/catboost/catboost / operator==

Method operator==

util/draft/datetime.h:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 TSimpleTM& RegenerateFields();
109
110 friend bool operator==(const TSimpleTM& a, const TSimpleTM& b) {
111 return a.AsTimeT() == b.AsTimeT();
112 }
113
114 friend bool operator==(const TSimpleTM& s, const struct tm& t) {
115 return s == New(t);

Callers

nothing calls this directly

Calls 2

AsTimeTMethod · 0.80
NewFunction · 0.50

Tested by

no test coverage detected