From 0acc783f19e82f92baebd81387e783c771276a82 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 6 Nov 2007 21:53:41 +0000 Subject: [PATCH] Added a quick reference to the sequence and iterator facade example [SVN r40856] --- doc/extension.qbk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/extension.qbk b/doc/extension.qbk index 8aafcb75..36e8f3de 100644 --- a/doc/extension.qbk +++ b/doc/extension.qbk @@ -413,7 +413,13 @@ The user must the implement the key expressions required by their sequence type. [[`sequence::template value_at::type`][The type of the `N`th element in a sequence of type `Seq`]] ] -/sequence/sequence_facade.hpp> +[heading Include] + + #include + #include + +[heading Example] +A full worked example using __sequence_facade__ is provided in triple.cpp in the extension examples. [endsect] @@ -461,6 +467,9 @@ The user must the implement the key expressions required by their iterator type. #include #include +[heading Example] +A full worked example using __iterator_facade__ is provided in triple.cpp in the extension examples. + [endsect] [section Macros]