Namespaces | Enumerations | Functions
SignalResponseType.h File Reference
#include <type_traits>

Go to the source code of this file.

Namespaces

 art
 
 art::detail
 

Enumerations

enum  art::detail::SignalResponseType { art::detail::SignalResponseType::FIFO, art::detail::SignalResponseType::LIFO }
 

Functions

template<SignalResponseType STYPE, typename SIGNAL , typename FUNC >
std::enable_if_t< STYPE==SignalResponseType::FIFO > art::detail::connect_to_signal (SIGNAL &s, FUNC f)
 
template<SignalResponseType STYPE, typename SIGNAL , typename FUNC >
std::enable_if_t< STYPE==SignalResponseType::LIFO > art::detail::connect_to_signal (SIGNAL &s, FUNC f)