From 918b6522912faebe10a1f08f18b32b57472dceec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Tue, 3 May 2005 22:39:49 +0000 Subject: [PATCH] *** empty log message *** [SVN r28648] --- doc/range.html | 25 ++++++++++++++++++++++++- index.html | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/doc/range.html b/doc/range.html index bfbd168..1b4a994 100755 --- a/doc/range.html +++ b/doc/range.html @@ -84,6 +84,9 @@ category of the underlying iterator type. Therefore metafunctions and all functions as free-standing functions to allow for a layer of indirection.

+

Notice that these metafunctions must be defined in namespace +boost

+

Single Pass Range

@@ -225,6 +228,11 @@ otherwise

Container

+

implementation of + metafunctions

+ +

implementation of + functions


Forward Range

@@ -313,9 +321,17 @@ of elements. Note size(a) == 0u is equivalent to size(a) is equal to the distance from begin(a) to end(a).

+ +

See also

+

implementation of + metafunctions

+ +

implementation of + functions

+
-

Bidirectional Range

+

Bidirectional Range

Notation

@@ -409,6 +425,13 @@ otherwise.

+ +

See also

+

implementation of metafunctions

+ +

implementation of + functions

+

Random Access Range

Description

diff --git a/index.html b/index.html index d76efe9..cb2fe40 100755 --- a/index.html +++ b/index.html @@ -40,7 +40,7 @@
  • Implementation of Range concepts