Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template left_ref

boost::numeric::functional::left_ref

Synopsis

// In header: <boost/accumulators/numeric/functional.hpp>

template<typename Left, typename Right> 
struct left_ref {
  // types
  typedef Left & type;
};

PrevUpHomeNext