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

Method Registry

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

Source from the content-addressed store, hash-verified

1428 typedef typename Registry<T_Ptr, T_Key>::const_iterator const_iterator;
1429
1430 Registry(void) {}
1431
1432 /// @brief Copy constructor that is useful for base classes. Try to avoid this constructor, use move constructor.
1433 Registry(const Registry& sr) : AbstractRegistry<T_Ptr, std::vector<T_Ptr*>>() {

Callers

nothing calls this directly

Calls 1

reinitDeepCopyMethod · 0.80

Tested by

no test coverage detected