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

Method Configuration

src/thundersvm/util/log.cpp:152–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150// Configuration
151
152 Configuration::Configuration(const Configuration& c) :
153 m_level(c.m_level),
154 m_configurationType(c.m_configurationType),
155 m_value(c.m_value) {
156 }
157
158 Configuration& Configuration::operator=(const Configuration& c) {
159 if (&c != this) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected