Struct template is_component

boost::dataflow::is_component — Boolean metafunction determining whether a type is a Component.

Synopsis

template<typename T, typename Tag = default_tag, typename Enable = void> 
struct is_component {
};