1 #ifndef art_Framework_Services_Registry_detail_SignalResponseType_h 2 #define art_Framework_Services_Registry_detail_SignalResponseType_h 14 template <SignalResponseType STYPE,
typename SIGNAL,
typename FUNC>
15 std::enable_if_t<STYPE == SignalResponseType::FIFO>
21 template <SignalResponseType STYPE,
typename SIGNAL,
typename FUNC>
22 std::enable_if_t<STYPE == SignalResponseType::LIFO>
std::enable_if_t< STYPE==SignalResponseType::FIFO > connect_to_signal(SIGNAL &s, FUNC f)