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/get_dimension_idp995687520.html | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 doc/html/boost/units/get_dimension_idp995687520.html (limited to 'doc/html/boost/units/get_dimension_idp995687520.html') diff --git a/doc/html/boost/units/get_dimension_idp995687520.html b/doc/html/boost/units/get_dimension_idp995687520.html new file mode 100644 index 0000000000..fca50c333e --- /dev/null +++ b/doc/html/boost/units/get_dimension_idp995687520.html @@ -0,0 +1,55 @@ + + + + +Struct template get_dimension<absolute< Unit >> + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template get_dimension<absolute< Unit >>

+

boost::units::get_dimension<absolute< Unit >> — Get the dimension of an absolute unit.

+
+

Synopsis

+
// In header: <boost/units/get_dimension.hpp>
+
+template<typename Unit> 
+struct get_dimension<absolute< Unit >> {
+  // types
+  typedef get_dimension< Unit >::type type;
+};
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3