From 4fadd968fa12130524c8380f33fcfe25d4de79e5 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:24:46 +0900 Subject: Imported Upstream version 1.65.0 Change-Id: Icf8400b375482cb11bcf77440a6934ba360d6ba4 Signed-off-by: DongHun Kwak --- .../accumulators/feature_of_ta_idp344861024.html | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 doc/html/boost/accumulators/feature_of_ta_idp344861024.html (limited to 'doc/html/boost/accumulators/feature_of_ta_idp344861024.html') diff --git a/doc/html/boost/accumulators/feature_of_ta_idp344861024.html b/doc/html/boost/accumulators/feature_of_ta_idp344861024.html new file mode 100644 index 0000000000..cdf84b43c8 --- /dev/null +++ b/doc/html/boost/accumulators/feature_of_ta_idp344861024.html @@ -0,0 +1,54 @@ + + + + +Struct template feature_of<tag::reference< ValueType, Tag >> + + + + + + + + + + + + + + + +
Boost C++ LibrariesHomeLibrariesPeopleFAQMore
+
+
+PrevUpHomeNext +
+
+
+
+

Struct template feature_of<tag::reference< ValueType, Tag >>

+

boost::accumulators::feature_of<tag::reference< ValueType, Tag >>

+
+

Synopsis

+
// In header: <boost/accumulators/framework/accumulators/reference_accumulator.hpp>
+
+template<typename ValueType, typename Tag> 
+struct feature_of<tag::reference< ValueType, Tag >> :
+  public boost::accumulators::feature_of< tag::reference_tag< Tag > >
+{
+};
+
+ + + +
+
+
+PrevUpHomeNext +
+ + -- cgit v1.2.3