From 5cde13f21d36c7224b0e13d11c4b49379ae5210d Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 6 Oct 2016 10:38:45 +0900 Subject: Imported Upstream version 1.61.0 Change-Id: I96a1f878d1e6164f01e9aadd5147f38fca448d90 Signed-off-by: DongHun Kwak --- .../accumulators/feature_of_tag_idp35044544.html | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/html/boost/accumulators/feature_of_tag_idp35044544.html (limited to 'doc/html/boost/accumulators/feature_of_tag_idp35044544.html') diff --git a/doc/html/boost/accumulators/feature_of_tag_idp35044544.html b/doc/html/boost/accumulators/feature_of_tag_idp35044544.html new file mode 100644 index 0000000000..77deb2c63f --- /dev/null +++ b/doc/html/boost/accumulators/feature_of_tag_idp35044544.html @@ -0,0 +1,54 @@ + + + + +Struct template feature_of<tag::sum_of_variates< VariateType, VariateTag >> + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template feature_of<tag::sum_of_variates< VariateType, VariateTag >>

+

boost::accumulators::feature_of<tag::sum_of_variates< VariateType, VariateTag >>

+
+

Synopsis

+
// In header: <boost/accumulators/statistics/sum.hpp>
+
+template<typename VariateType, typename VariateTag> 
+struct feature_of<tag::sum_of_variates< VariateType, VariateTag >> :
+  public boost::accumulators::feature_of< tag::abstract_sum_of_variates >
+{
+};
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3