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< unit< Dim1, homogeneous_system< System1 > >, unit< Dim2, homogeneous_system< System2 > > > Struct Template Reference

unit divide typeof helper for two different homogeneous systems INTERNAL ONLY More...

#include <unit.hpp>

Public Types

typedef unit< typename
mpl::divides< Dim1, Dim2 >
::type, typename
detail::divide_systems
< typename
detail::make_heterogeneous_system
< Dim1, System1 >::type,
typename
detail::make_heterogeneous_system
< Dim2, System2 >::type >
::type
type
 

Detailed Description

template<class Dim1, class Dim2, class System1, class System2>
struct boost::units::divide_typeof_helper< unit< Dim1, homogeneous_system< System1 > >, unit< Dim2, homogeneous_system< System2 > > >

unit divide typeof helper for two different homogeneous systems INTERNAL ONLY

Member Typedef Documentation

template<class Dim1 , class Dim2 , class System1 , class System2 >
typedef unit< typename mpl::divides<Dim1,Dim2>::type, typename detail::divide_systems< typename detail::make_heterogeneous_system<Dim1, System1>::type, typename detail::make_heterogeneous_system<Dim2, System2>::type >::type > boost::units::divide_typeof_helper< unit< Dim1, homogeneous_system< System1 > >, unit< Dim2, homogeneous_system< System2 > > >::type

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