Struct template traits_of

boost::dataflow::traits_of — Metafunction returning the Traits of a type.

Synopsis

template<typename T, typename Tag = default_tag, typename Enable = void> 
struct traits_of {
  // types
  typedef unspecified type;  // Traits type. 
};