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

Method operator()

src/thundersvm/util/log.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 bool Configuration::Predicate::operator()(const Configuration* conf) const {
187 return ((conf != nullptr) && (conf->level() == m_level) && (conf->configurationType() == m_configurationType));
188 }
189
190// Configurations
191

Callers

nothing calls this directly

Calls 2

configurationTypeMethod · 0.80
levelMethod · 0.45

Tested by

no test coverage detected