X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fspirit%2Fdoc%2Fhtml%2Fspirit%2Fadvanced%2Fcustomize%2Fiterate%2Fend_container.html;h=51e76ebff63fef9ec13881274df4558cf7df9ab3;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=ac0eead7ea7684df54b8b294d6f72aaa0cf85f88;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/spirit/doc/html/spirit/advanced/customize/iterate/end_container.html b/libs/spirit/doc/html/spirit/advanced/customize/iterate/end_container.html index ac0eead..51e76eb 100644 --- a/libs/spirit/doc/html/spirit/advanced/customize/iterate/end_container.html +++ b/libs/spirit/doc/html/spirit/advanced/customize/iterate/end_container.html @@ -3,7 +3,7 @@ Get the Iterator pointing to the End of a Container Attribute - + @@ -29,7 +29,7 @@
- end_container + end_container

The template end_container @@ -42,7 +42,7 @@

- Module + Module Headers
#include <boost/spirit/home/support/container.hpp>
@@ -63,7 +63,7 @@
 
 
- Namespace + Namespace
@@ -80,7 +80,7 @@
- Synopsis + Synopsis
template <typename Container, typename Enable>
 struct end_container
@@ -91,7 +91,7 @@
 
- Template + Template parameters
@@ -161,7 +161,7 @@

Notation

-
+
C

A container type the end iterator needs to be returned for. @@ -174,7 +174,7 @@

- Expression + Expression Semantics
@@ -213,7 +213,7 @@
- Predefined + Predefined Specializations

@@ -280,7 +280,7 @@

- When + When to implement

@@ -295,7 +295,7 @@

- Related + Related Attribute Customization Points

@@ -427,7 +427,7 @@

- Example + Example

For examples of how to use the customization point end_container