| 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> |
nothing calls this directly
no outgoing calls
no test coverage detected