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

Method logDispatchCallback

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

Source from the content-addressed store, hash-verified

2695 }
2696 template <typename T>
2697 inline T* logDispatchCallback(const std::string& id) {
2698 return base::utils::Utils::callback<T, base::type::LogDispatchCallbackPtr>(id, &m_logDispatchCallbacks);
2699 }
2700
2701#if defined(ELPP_FEATURE_ALL) || defined(ELPP_FEATURE_PERFORMANCE_TRACKING)
2702 template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected