Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

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

  1. boost::function< Signature > operator()(const T & seq) ;
Copyright © 2007 Stjepan Rajko

PrevUpHomeNext