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]