Struct template get_slot<Signature, T, typename boost::enable_if< boost::fusion::traits::is_sequence< T > >::type>
boost::signals::get_slot<Signature,T,typename boost::enable_if< boost::fusion::traits::is_sequence< T > >::type> —
Synopsis
template<typename Signature, typename T>
struct get_slot<Signature, T, typename boost::enable_if< boost::fusion::traits::is_sequence< T > >::type> {
// public member functions
boost::function< Signature > operator()(const T &) ;
};
Description
Support for fusion maps of consumer components.
get_slot public member functions
boost::function< Signature > operator()(const T & seq) ;