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

specialize root typeof helper INTERNAL ONLY More...

#include <quantity.hpp>

Public Types

typedef root_typeof_helper< Y,
static_rational< N, D >
>::type 
value_type
 
typedef root_typeof_helper
< Unit, static_rational< N, D >
>::type 
unit_type
 
typedef quantity< unit_type,
value_type
type
 

Static Public Member Functions

static type value (const quantity< Unit, Y > &x)
 

Detailed Description

template<class Unit, long N, long D, class Y>
struct boost::units::root_typeof_helper< quantity< Unit, Y >, static_rational< N, D > >

specialize root typeof helper INTERNAL ONLY

Member Typedef Documentation

template<class Unit , long N, long D, class Y >
typedef quantity<unit_type,value_type> boost::units::root_typeof_helper< quantity< Unit, Y >, static_rational< N, D > >::type
template<class Unit , long N, long D, class Y >
typedef root_typeof_helper<Unit,static_rational<N,D> >::type boost::units::root_typeof_helper< quantity< Unit, Y >, static_rational< N, D > >::unit_type
template<class Unit , long N, long D, class Y >
typedef root_typeof_helper<Y,static_rational<N,D> >::type boost::units::root_typeof_helper< quantity< Unit, Y >, static_rational< N, D > >::value_type

Member Function Documentation

template<class Unit , long N, long D, class Y >
static type boost::units::root_typeof_helper< quantity< Unit, Y >, static_rational< N, D > >::value ( const quantity< Unit, Y > &  x)
inlinestatic

References boost::units::value().


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