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 --- .../accumulators/as_feature_ta_idp410275200.html | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/html/boost/accumulators/as_feature_ta_idp410275200.html (limited to 'doc/html/boost/accumulators/as_feature_ta_idp410275200.html') diff --git a/doc/html/boost/accumulators/as_feature_ta_idp410275200.html b/doc/html/boost/accumulators/as_feature_ta_idp410275200.html new file mode 100644 index 0000000000..a7b4696519 --- /dev/null +++ b/doc/html/boost/accumulators/as_feature_ta_idp410275200.html @@ -0,0 +1,54 @@ + + + + +Struct template as_feature<tag::droppable< Feature >> + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template as_feature<tag::droppable< Feature >>

+

boost::accumulators::as_feature<tag::droppable< Feature >>

+
+

Synopsis

+
// In header: <boost/accumulators/framework/accumulators/droppable_accumulator.hpp>
+
+template<typename Feature> 
+struct as_feature<tag::droppable< Feature >> {
+  // types
+  typedef tag::droppable< typename as_feature< Feature >::type > type;
+};
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3