Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext

Struct template plain_return_type_2<arithmetic_action< multiply_action >, T, boost::units::absolute< boost::units::unit< D, S > >>

boost::lambda::plain_return_type_2<arithmetic_action< multiply_action >, T, boost::units::absolute< boost::units::unit< D, S > >>

Synopsis

template<typename D, typename S, typename T> 
struct plain_return_type_2<arithmetic_action< multiply_action >, T, boost::units::absolute< boost::units::unit< D, S > >> {
  // types
  typedef boost::units::quantity< boost::units::absolute< boost::units::unit< D, S > >, T > type;
};

Description

Partial specialization of return type trait for action T * absolute<unit<D, S> >.


PrevUpHomeNext