Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::units::divide_typeof_helper< X, quantity< Unit, Y > > Struct Template Reference

scalar divided by quantity typeof helper INTERNAL ONLY More...

#include <quantity.hpp>

Public Types

typedef divide_typeof_helper
< X, Y >::type 
value_type
 
typedef power_typeof_helper
< Unit, static_rational
<-1 > >::type 
unit_type
 
typedef quantity< unit_type,
value_type
type
 

Detailed Description

template<class Unit, class X, class Y>
struct boost::units::divide_typeof_helper< X, quantity< Unit, Y > >

scalar divided by quantity typeof helper INTERNAL ONLY

Member Typedef Documentation

template<class Unit , class X , class Y >
typedef quantity<unit_type,value_type> boost::units::divide_typeof_helper< X, quantity< Unit, Y > >::type
template<class Unit , class X , class Y >
typedef power_typeof_helper< Unit,static_rational<-1> >::type boost::units::divide_typeof_helper< X, quantity< Unit, Y > >::unit_type
template<class Unit , class X , class Y >
typedef divide_typeof_helper<X,Y>::type boost::units::divide_typeof_helper< X, quantity< Unit, Y > >::value_type

The documentation for this struct was generated from the following file: