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

Method ~RegistryWithPred

include/thundersvm/util/log.h:1509–1511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1507 }
1508
1509 virtual ~RegistryWithPred(void) {
1510 unregisterAll();
1511 }
1512
1513 /// @brief Copy constructor that is useful for base classes. Try to avoid this constructor, use move constructor.
1514 RegistryWithPred(const RegistryWithPred& sr) : AbstractRegistry<T_Ptr, std::vector<T_Ptr*>>() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected