factoring the specialized iterator adaptors

[SVN r19467]
This commit is contained in:
Jeremy Siek
2003-08-05 19:42:37 +00:00
parent 0f42b93c3b
commit 76af84c0e7
23 changed files with 826 additions and 570 deletions

View File

@@ -0,0 +1,4 @@
The permutation iterator adaptor provides a permuted view of a given
range. That is, the view includes every element of the given range but
in a potentially different order.