Struct template port_traits
boost::dataflow::port_traits — Convenience class for PortTraits types.
Synopsis
template<typename PortCategory, typename Tag = default_tag> struct port_traits : public boost::dataflow::traits< Tag > { // types typedef PortCategory category; // The PortCategory of the port. };