From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- .../boost/lambda/plain_return__idp769828256.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 doc/html/boost/lambda/plain_return__idp769828256.html (limited to 'doc/html/boost/lambda/plain_return__idp769828256.html') diff --git a/doc/html/boost/lambda/plain_return__idp769828256.html b/doc/html/boost/lambda/plain_return__idp769828256.html new file mode 100644 index 0000000000..4f9a5527b2 --- /dev/null +++ b/doc/html/boost/lambda/plain_return__idp769828256.html @@ -0,0 +1,59 @@ + + + + +Struct template plain_return_type_2<arithmetic_action< divide_action >, X, boost::units::quantity< Unit, X >> + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template plain_return_type_2<arithmetic_action< divide_action >, X, boost::units::quantity< Unit, X >>

+

boost::lambda::plain_return_type_2<arithmetic_action< divide_action >, X, boost::units::quantity< Unit, X >>

+
+

Synopsis

+
// In header: <boost/units/lambda.hpp>
+
+template<typename Unit, typename X> 
+struct plain_return_type_2<arithmetic_action< divide_action >, X, boost::units::quantity< Unit, X >> {
+  // types
+  typedef boost::units::divide_typeof_helper< X, boost::units::quantity< Unit, X > >::type type;
+};
+
+

Description

+

Partial specialization of return type trait for action X / quantity<Unit, X>.

+
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3