From 34bd32e225e2a8a94104489b31c42e5801cc1f4a Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:05:34 +0900 Subject: Imported Upstream version 1.63.0 Change-Id: Iac85556a04b7e58d63ba636dedb0986e3555714a Signed-off-by: DongHun Kwak --- .../boost/units/divide_typeof_idp996134128.html | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 doc/html/boost/units/divide_typeof_idp996134128.html (limited to 'doc/html/boost/units/divide_typeof_idp996134128.html') diff --git a/doc/html/boost/units/divide_typeof_idp996134128.html b/doc/html/boost/units/divide_typeof_idp996134128.html new file mode 100644 index 0000000000..746b2b4ec6 --- /dev/null +++ b/doc/html/boost/units/divide_typeof_idp996134128.html @@ -0,0 +1,55 @@ + + + + +Struct template divide_typeof_helper<boost::units::unit< Dim, System >, boost::lambda::lambda_functor< Arg >> + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template divide_typeof_helper<boost::units::unit< Dim, System >, boost::lambda::lambda_functor< Arg >>

+

boost::units::divide_typeof_helper<boost::units::unit< Dim, System >, boost::lambda::lambda_functor< Arg >>

+
+

Synopsis

+
// In header: <boost/units/lambda.hpp>
+
+template<typename System, typename Dim, typename Arg> 
+struct divide_typeof_helper<boost::units::unit< Dim, System >, boost::lambda::lambda_functor< Arg >> {
+  // types
+  typedef boost::lambda::lambda_functor< boost::lambda::lambda_functor_base< boost::lambda::arithmetic_action< boost::lambda::divide_action >, tuple< typename boost::lambda::const_copy_argument< const boost::units::unit< Dim, System > >::type, boost::lambda::lambda_functor< Arg > > > > type;
+};
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3