Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template is_filter<T, typename boost::enable_if< boost::is_base_of< filter_base, T > >::type>

boost::signals::is_filter<T,typename boost::enable_if< boost::is_base_of< filter_base,T > >::type> —

Synopsis

template<typename T> 
struct is_filter<T, typename boost::enable_if< boost::is_base_of< filter_base, T > >::type> {
};
Copyright © 2007 Stjepan Rajko

PrevUpHomeNext