From 08c1e93fa36a49f49325a07fe91ff92c964c2b6c Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Thu, 11 Dec 2014 18:55:56 +0900 Subject: Imported Upstream version 1.57.0 --- doc/html/boost/accumulators/accumulator_concept.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/boost/accumulators/accumulator_concept.html') diff --git a/doc/html/boost/accumulators/accumulator_concept.html b/doc/html/boost/accumulators/accumulator_concept.html index 455d4ab897..5dc369e840 100644 --- a/doc/html/boost/accumulators/accumulator_concept.html +++ b/doc/html/boost/accumulators/accumulator_concept.html @@ -3,11 +3,11 @@ Struct template accumulator_concept - + - + @@ -20,7 +20,7 @@

-PrevUpHomeNext +PrevUpHomeNext
@@ -34,18 +34,18 @@ template<typename Stat> struct accumulator_concept { - // public member functions - void constraints(); + // public member functions + void constraints(); // public data members Stat stat; };
-

Description

+

Description

-

-accumulator_concept public member functions

-
  1. void constraints();
+

+accumulator_concept public member functions

+
  1. void constraints();
@@ -59,7 +59,7 @@
-PrevUpHomeNext +PrevUpHomeNext
-- cgit v1.2.3