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

Method operator==

include/thundersvm/util/log.h:1711–1713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1709 return m_resolver;
1710 }
1711 inline bool operator==(const char* formatSpecifier) {
1712 return strcmp(m_formatSpecifier, formatSpecifier) == 0;
1713 }
1714
1715 private:
1716 const char* m_formatSpecifier;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected