X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fspirit%2Fdoc%2Fhtml%2Fspirit%2Fadvanced%2Fcustomize%2Fis_container.html;h=f53c6e81ccdc798d43693281ed41408b916a277b;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=a5acb31ff937d6bfad2b4e15a04f2714505bacf0;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/spirit/doc/html/spirit/advanced/customize/is_container.html b/libs/spirit/doc/html/spirit/advanced/customize/is_container.html index a5acb31..f53c6e8 100644 --- a/libs/spirit/doc/html/spirit/advanced/customize/is_container.html +++ b/libs/spirit/doc/html/spirit/advanced/customize/is_container.html @@ -3,7 +3,7 @@ Determine if a Type Should be Treated as a Container (Qi and Karma) - + @@ -29,7 +29,7 @@
- is_container + is_container

The template is_container @@ -41,7 +41,7 @@

- Header + Header
#include <boost/spirit/home/support/container.hpp>
 
@@ -61,7 +61,7 @@
- Namespace + Namespace
@@ -78,7 +78,7 @@
- Synopsis + Synopsis
template <typename Container, typename Enable>
 struct is_container
@@ -88,7 +88,7 @@
 
- Template + Template parameters
@@ -157,7 +157,7 @@

Notation

-
+
C

A type to be tested whether it needs to be treated as a container. @@ -170,7 +170,7 @@

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

@@ -299,7 +299,7 @@

- When + When to implement

@@ -321,7 +321,7 @@

- Related + Related Attribute Customization Points

@@ -477,7 +477,7 @@

- Example + Example

For examples of how to use the customization point is_container