Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_component<T, typename boost::enable_if< boost::fusion::traits::is_sequence< T > >::type>

boost::signals::is_component<T,typename boost::enable_if< boost::fusion::traits::is_sequence< T > >::type> — Support for fusion maps as a producer component (it will try to use the first component).

Synopsis

template<typename T> 
struct is_component<T, typename boost::enable_if< boost::fusion::traits::is_sequence< T > >::type> {
};
Copyright © 2007 Stjepan Rajko

PrevUpHomeNext