Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template divide_typeof_helper

boost::units::divide_typeof_helper

Synopsis

// In header: <boost/units/operators.hpp>

template<typename X, typename Y> 
struct divide_typeof_helper {

  // public member functions
  typedef typeof((typeof_::make< X >()/typeof_::make< Y >()));
};

Description

divide_typeof_helper public member functions

  1. typedef typeof((typeof_::make< X >()/typeof_::make< Y >()));

PrevUpHomeNext