From f763a99a501650eff2c60288aa6f10ef916d769e Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:41:18 +0900 Subject: Imported Upstream version 1.62.0 Change-Id: I9d4c1ddb7b7d8f0069217ecc582700f9fda6dd4c Signed-off-by: DongHun Kwak --- .../boost/lambda/plain_re_idm46563159292912.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 doc/html/boost/lambda/plain_re_idm46563159292912.html (limited to 'doc/html/boost/lambda/plain_re_idm46563159292912.html') diff --git a/doc/html/boost/lambda/plain_re_idm46563159292912.html b/doc/html/boost/lambda/plain_re_idm46563159292912.html new file mode 100644 index 0000000000..c8a5e59437 --- /dev/null +++ b/doc/html/boost/lambda/plain_re_idm46563159292912.html @@ -0,0 +1,59 @@ + + + + +Struct template plain_return_type_2<arithmetic_action< multiply_action >, T, boost::units::absolute< boost::units::unit< D, S > >> + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+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

+
// In header: <boost/units/lambda.hpp>
+
+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 +
+ + -- cgit v1.2.3