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

Class Predicate

include/thundersvm/util/log.h:1764–1773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1762
1763 /// @brief Used to find configuration from configuration (pointers) repository. Avoid using it.
1764 class Predicate {
1765 public:
1766 Predicate(Level level, ConfigurationType configurationType);
1767
1768 bool operator()(const Configuration* conf) const;
1769
1770 private:
1771 Level m_level;
1772 ConfigurationType m_configurationType;
1773 };
1774
1775 private:
1776 Level m_level;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected