Struct template get_underlying_component

boost::dataflow::blueprint::get_underlying_component —

Synopsis

template<typename T, typename Enable = void> 
struct get_underlying_component {

  // public member functions
  T & operator()(T &) const;
};

Description

get_underlying_component public member functions

  1. T & operator()(T & t) const;