Struct template default_traits_of

boost::dataflow::default_traits_of — Metafunction returning the PortTraits of a default Port.

Synopsis

template<typename T, typename Direction, 
         typename Mechanism = default_mechanism, typename Tag = default_tag, 
         typename Enable = void> 
struct default_traits_of {
  // types
  typedef unspecified type;  // A PortTraits type. 
};