From 2e0cd9bbb13c9a1a4765684832ed5b80314157f8 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 9 Dec 2008 12:11:12 +0000 Subject: Added reference build. [SVN r50221] --- .../accumulators/tag/weighted_tail_quantile.html | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 doc/test/gold/boost/accumulators/tag/weighted_tail_quantile.html (limited to 'doc/test/gold/boost/accumulators/tag/weighted_tail_quantile.html') diff --git a/doc/test/gold/boost/accumulators/tag/weighted_tail_quantile.html b/doc/test/gold/boost/accumulators/tag/weighted_tail_quantile.html new file mode 100644 index 0000000000..687d062f42 --- /dev/null +++ b/doc/test/gold/boost/accumulators/tag/weighted_tail_quantile.html @@ -0,0 +1,52 @@ + + + +Struct template weighted_tail_quantile + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHome +
+
+
+
+

Struct template weighted_tail_quantile

+

boost::accumulators::tag::weighted_tail_quantile

+
+

Synopsis

+
// In header: <boost/trunk/doc/test/weighted_tail_quantile.hpp>
+
+template<typename LeftRight> 
+struct weighted_tail_quantile : public boost::accumulators::depends_on< sum_of_weights, tail_weights< LeftRight > >
+{
+};
+
+ + + +
+
+
+PrevUpHome +
+ + -- cgit v1.2.1