MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / operator==

Method operator==

include/thundersvm/util/log.h:897–899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895 init(width);
896 }
897 bool operator==(const SubsecondPrecision& ssPrec) {
898 return m_width == ssPrec.m_width && m_offset == ssPrec.m_offset;
899 }
900 int m_width;
901 unsigned int m_offset;
902 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected