diff --git a/doc/iterator_archetypes.html b/doc/iterator_archetypes.html index c50795d..143e9d0 100755 --- a/doc/iterator_archetypes.html +++ b/doc/iterator_archetypes.html @@ -7,7 +7,7 @@ Iterator Archetype - + @@ -26,7 +26,7 @@ Boost Consulting, Indiana University Open Systems Lab, Zephyr Associates, Inc. Date: -2004-01-16 +2004-01-27 Copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2004. All rights reserved @@ -35,7 +35,11 @@ Lab, Zephyr Ass -abstract:iterator archetypes provide a means to check the compile time requirements of a generic component on its iterator arguments. +abstract:The iterator_archetype class constructs a minimal implementation of +one of the iterator access concepts and one of the iterator traversal concepts. +This is used for doing a compile-time check to see if a the type requirements +of a template are really enough to cover the implementation of the template. +For further information see the documentation for the boost::concept_check library. diff --git a/doc/iterator_archetypes.rst b/doc/iterator_archetypes.rst index 02ce417..18d22ff 100755 --- a/doc/iterator_archetypes.rst +++ b/doc/iterator_archetypes.rst @@ -13,7 +13,15 @@ .. _`Open Systems Lab`: http://www.osl.iu.edu .. _`Zephyr Associates, Inc.`: http://www.styleadvisor.com -:abstract: iterator archetypes provide a means to check the compile time requirements of a generic component on its iterator arguments. +:abstract: The ``iterator_archetype`` class constructs a minimal implementation of + one of the iterator access concepts and one of the iterator traversal concepts. + This is used for doing a compile-time check to see if a the type requirements + of a template are really enough to cover the implementation of the template. + For further information see the documentation for the |concepts|_ library. + +.. |concepts| replace:: ``boost::concept_check`` +.. _concepts: ../../concept_check/index.html + .. contents:: Table of Contents @@ -178,4 +186,4 @@ The nested trait types are defined as follows: 2. X is convertible to TraversalCategory - \ No newline at end of file +