diff --git a/doc/TypeTraitsIntrospection.pdf b/doc/TypeTraitsIntrospection.pdf index ca74593..46b1310 100644 Binary files a/doc/TypeTraitsIntrospection.pdf and b/doc/TypeTraitsIntrospection.pdf differ diff --git a/doc/html/BOOST_TTI_HAS_MEMBER.html b/doc/html/BOOST_TTI_HAS_MEMBER.html index 6e56541..04f70dd 100644 --- a/doc/html/BOOST_TTI_HAS_MEMBER.html +++ b/doc/html/BOOST_TTI_HAS_MEMBER.html @@ -26,7 +26,7 @@ BOOST_TTI_HAS_MEMBER(name)
name = the name of the inner member.
returns = a metafunction called "boost::tti::has_member_name" where 'name' is the macro parameter.
The metafunction types and return:
diff --git a/doc/html/BOOST_TTI_HAS_MEMBER_DATA.html b/doc/html/BOOST_TTI_HAS_MEMBER_DATA.html index cba027a..315d908 100644 --- a/doc/html/BOOST_TTI_HAS_MEMBER_DATA.html +++ b/doc/html/BOOST_TTI_HAS_MEMBER_DATA.html @@ -26,7 +26,7 @@ BOOST_TTI_HAS_MEMBER_DATA(name)name = the name of the inner member.
returns = a metafunction called "boost::tti::has_member_data_name" where 'name' is the macro parameter.
The metafunction types and return:
diff --git a/doc/html/BOOST_TTI_HAS_MEMBER_FUNCTION.html b/doc/html/BOOST_TTI_HAS_MEMBER_FUNCTION.html index 21eb888..ce7a9df 100644 --- a/doc/html/BOOST_TTI_HAS_MEMBER_FUNCTION.html +++ b/doc/html/BOOST_TTI_HAS_MEMBER_FUNCTION.html @@ -26,7 +26,7 @@ BOOST_TTI_HAS_MEMBER_FUNCTION(name)name = the name of the inner member.
returns = a metafunction called "boost::tti::has_member_function_name" where 'name' is the macro parameter.
The metafunction types and return:
diff --git a/doc/html/BOOST_TTI_HAS_STATIC_MEMBER.html b/doc/html/BOOST_TTI_HAS_STATIC_MEMBER.html index 4e109ea..d360c92 100644 --- a/doc/html/BOOST_TTI_HAS_STATIC_MEMBER.html +++ b/doc/html/BOOST_TTI_HAS_STATIC_MEMBER.html @@ -26,7 +26,7 @@ BOOST_TTI_HAS_STATIC_MEMBER(name)name = the name of the inner member.
returns = a metafunction called "boost::tti::has_static_member_name" where 'name' is the macro parameter.
name = the name of the inner member.
returns = a metafunction called "boost::tti::has_static_member_function_name" where 'name' is the macro parameter.
The metafunction types and return:
diff --git a/doc/html/BOOST_TTI_HAS_TEMPLATE.html b/doc/html/BOOST_TTI_HAS_TEMPLATE.html index f6995eb..c38f033 100644 --- a/doc/html/BOOST_TTI_HAS_TEMPLATE.html +++ b/doc/html/BOOST_TTI_HAS_TEMPLATE.html @@ -26,7 +26,7 @@ BOOST_TTI_HAS_TEMPLATE(name)name = the name of the inner template.
returns = a metafunction called "boost::tti::has_template_name" where 'name' is the macro parameter.
The metafunction types and return:
diff --git a/doc/html/BOOST_TTI_HAS_TEMPLATE_CHECK_PARAMS.html b/doc/html/BOOST_TTI_HAS_TEMPLATE_CHECK_PARAMS.html index c962a4f..27e4e51 100644 --- a/doc/html/BOOST_TTI_HAS_TEMPLATE_CHECK_PARAMS.html +++ b/doc/html/BOOST_TTI_HAS_TEMPLATE_CHECK_PARAMS.html @@ -26,7 +26,7 @@ BOOST_TTI_HAS_TEMPLATE_CHECK_PARAMS(name, tpSeq)name = the name of the inner class template.
tpSeq = a Boost PP sequence which has the class template parameters. Each part of the template parameters separated by a comma ( , ) is put in a separate sequence element.
returns = a metafunction called "boost::tti::has_template_check_params_name" where 'name' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_HAS_TYPE.html b/doc/html/BOOST_TTI_HAS_TYPE.html index d1fe38e..e83575e 100644 --- a/doc/html/BOOST_TTI_HAS_TYPE.html +++ b/doc/html/BOOST_TTI_HAS_TYPE.html @@ -26,7 +26,7 @@ BOOST_TTI_HAS_TYPE(name)name = the name of the inner type.
returns = a metafunction called "boost::tti::has_type_name" where 'name' is the macro parameter.
The metafunction types and return:
diff --git a/doc/html/BOOST_TTI_MEMBER_TYPE.html b/doc/html/BOOST_TTI_MEMBER_TYPE.html index d24a9af..c316976 100644 --- a/doc/html/BOOST_TTI_MEMBER_TYPE.html +++ b/doc/html/BOOST_TTI_MEMBER_TYPE.html @@ -26,7 +26,7 @@ BOOST_TTI_MEMBER_TYPE(name)name = the name of the inner type.
returns = a metafunction called "boost::tti::member_type_name" where 'name' is the macro parameter.
The metafunction types and return:
diff --git a/doc/html/BOOST_TTI_MTFC_HAS_MEMBER.html b/doc/html/BOOST_TTI_MTFC_HAS_MEMBER.html index f845c9b..b90f91f 100644 --- a/doc/html/BOOST_TTI_MTFC_HAS_MEMBER.html +++ b/doc/html/BOOST_TTI_MTFC_HAS_MEMBER.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_HAS_MEMBER(name)name = the name of the inner member.
returns = a metafunction class called "boost::tti::mtfc_has_member_name" where 'name' is the macro parameter.
The metafunction class's 'apply' metafunction types and return:
diff --git a/doc/html/BOOST_TTI_MTFC_HAS_MEMBER_DATA.html b/doc/html/BOOST_TTI_MTFC_HAS_MEMBER_DATA.html index bf2e184..b056bd6 100644 --- a/doc/html/BOOST_TTI_MTFC_HAS_MEMBER_DATA.html +++ b/doc/html/BOOST_TTI_MTFC_HAS_MEMBER_DATA.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_HAS_MEMBER_DATA(name)name = the name of the inner member.
returns = a metafunction class called "boost::tti::mtfc_has_member_data_name" where 'name' is the macro parameter.
The metafunction class's 'apply' metafunction types and return:
diff --git a/doc/html/BOOST_TTI_MTFC_HAS_MEMBER_FUNCTION.html b/doc/html/BOOST_TTI_MTFC_HAS_MEMBER_FUNCTION.html index 671d161..db9ee7c 100644 --- a/doc/html/BOOST_TTI_MTFC_HAS_MEMBER_FUNCTION.html +++ b/doc/html/BOOST_TTI_MTFC_HAS_MEMBER_FUNCTION.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_HAS_MEMBER_FUNCTION(name)name = the name of the inner member.
returns = a metafunction class called "boost::tti::mtfc_has_member_function_name" where 'name' is the macro parameter.
The metafunction class's 'apply' metafunction types and return:
diff --git a/doc/html/BOOST_TTI_MTFC_HAS_STATIC_MEMBER.html b/doc/html/BOOST_TTI_MTFC_HAS_STATIC_MEMBER.html index 59129d0..993b6c1 100644 --- a/doc/html/BOOST_TTI_MTFC_HAS_STATIC_MEMBER.html +++ b/doc/html/BOOST_TTI_MTFC_HAS_STATIC_MEMBER.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_HAS_STATIC_MEMBER(name)name = the name of the inner member.
returns = a metafunction class called "boost::tti::mtfc_has_static_member_name" where 'name' is the macro parameter.
name = the name of the inner member.
returns = a metafunction class called "boost::tti::mtfc_has_static_member_function_name" where 'name' is the macro parameter.
The metafunction class's 'apply' metafunction types and return:
diff --git a/doc/html/BOOST_TTI_MTFC_HAS_TEMPLATE.html b/doc/html/BOOST_TTI_MTFC_HAS_TEMPLATE.html index c450b62..5f975b9 100644 --- a/doc/html/BOOST_TTI_MTFC_HAS_TEMPLATE.html +++ b/doc/html/BOOST_TTI_MTFC_HAS_TEMPLATE.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_HAS_TEMPLATE(name)name = the name of the inner template.
returns = a metafunction class called "boost::tti::mtfc_has_template_name" where 'name' is the macro parameter.
The metafunction class's 'apply' metafunction types and return:
diff --git a/doc/html/BOOST_TTI_MTFC_HAS_TEMPLATE_CHECK_PARAMS.html b/doc/html/BOOST_TTI_MTFC_HAS_TEMPLATE_CHECK_PARAMS.html index 3dfc4ec..9618efd 100644 --- a/doc/html/BOOST_TTI_MTFC_HAS_TEMPLATE_CHECK_PARAMS.html +++ b/doc/html/BOOST_TTI_MTFC_HAS_TEMPLATE_CHECK_PARAMS.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_HAS_TEMPLATE_CHECK_PARAMS(name, tpSeq)name = the name of the inner class template.
tpSeq = a Boost PP sequence which has the class template parameters. Each part of the template parameters separated by a comma ( , ) is put in a separate sequence element.
returns = a metafunction class called "boost::tti::mtfc_has_template_check_params_name" where 'name' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_MTFC_HAS_TYPE.html b/doc/html/BOOST_TTI_MTFC_HAS_TYPE.html index 1bbfaf9..340bed7 100644 --- a/doc/html/BOOST_TTI_MTFC_HAS_TYPE.html +++ b/doc/html/BOOST_TTI_MTFC_HAS_TYPE.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_HAS_TYPE(name)name = the name of the inner type.
returns = a metafunction class called "boost::tti::mtfc_has_type_name" where 'name' is the macro parameter.
The metafunction class's 'apply' metafunction types and return:
diff --git a/doc/html/BOOST_TTI_MTFC_MEMBER_TYPE.html b/doc/html/BOOST_TTI_MTFC_MEMBER_TYPE.html index 5eb3897..00da74f 100644 --- a/doc/html/BOOST_TTI_MTFC_MEMBER_TYPE.html +++ b/doc/html/BOOST_TTI_MTFC_MEMBER_TYPE.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_MEMBER_TYPE(name)name = the name of the inner type.
returns = a metafunction class called "boost::tti::mtfc_member_type_name" where 'name' is the macro parameter.
The metafunction class's 'apply' metafunction types and return:
diff --git a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER.html b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER.html index 1898fd6..15db2b5 100644 --- a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER.html +++ b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_TRAIT_HAS_MEMBER(trait, name)trait = the name of the metafunction class within the tti namespace.
name = the name of the inner member.
returns = a metafunction class called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER_DATA.html b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER_DATA.html
index 78d0401..4756d18 100644
--- a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER_DATA.html
+++ b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER_DATA.html
@@ -26,7 +26,7 @@
BOOST_TTI_MTFC_TRAIT_HAS_MEMBER_DATA(trait, name)
trait = the name of the metafunction class within the tti namespace.
name = the name of the inner member.
returns = a metafunction class called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER_FUNCTION.html b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER_FUNCTION.html
index df3fcde..6f0f3f3 100644
--- a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER_FUNCTION.html
+++ b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_MEMBER_FUNCTION.html
@@ -26,7 +26,7 @@
BOOST_TTI_MTFC_TRAIT_HAS_MEMBER_FUNCTION(trait, name)
trait = the name of the metafunction class within the tti namespace.
name = the name of the inner member.
returns = a metafunction class called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_STATIC_MEMBER.html b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_STATIC_MEMBER.html
index 9e63ec7..96b2c36 100644
--- a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_STATIC_MEMBER.html
+++ b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_STATIC_MEMBER.html
@@ -26,7 +26,7 @@
BOOST_TTI_MTFC_TRAIT_HAS_STATIC_MEMBER(trait, name)
trait = the name of the metafunction class within the tti namespace.
name = the name of the inner member.
returns = a metafunction class called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html
index 80cf394..a6b4e99 100644
--- a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html
+++ b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html
@@ -26,7 +26,7 @@
BOOST_TTI_MTFC_TRAIT_HAS_STATIC_MEMBER_FUNCTION(trait, name)
trait = the name of the metafunction class within the tti namespace.
name = the name of the inner member.
returns = a metafunction class called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TEMPLATE.html b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TEMPLATE.html
index 8b436dc..0691493 100644
--- a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TEMPLATE.html
+++ b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TEMPLATE.html
@@ -26,7 +26,7 @@
BOOST_TTI_MTFC_TRAIT_HAS_TEMPLATE(trait, name)
trait = the name of the metafunction class within the tti namespace.
name = the name of the inner template.
returns = a metafunction class called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html index 0233dbe..094c1ce 100644 --- a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html +++ b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_TRAIT_HAS_TEMPLATE_CHECK_PARAMS(trait, name, tpSeq)trait = the name of the metafunction class within the tti namespace.
name = the name of the inner class template.
tpSeq = a Boost PP sequence which has the class template parameters. Each part of the template parameters separated by a comma ( , ) is put in a separate sequence element.
diff --git a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TYPE.html b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TYPE.html
index 4c7bd50..57845fc 100644
--- a/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TYPE.html
+++ b/doc/html/BOOST_TTI_MTFC_TRAIT_HAS_TYPE.html
@@ -26,7 +26,7 @@
BOOST_TTI_MTFC_TRAIT_HAS_TYPE(trait, name)
trait = the name of the metafunction class within the tti namespace.
name = the name of the inner type.
returns = a metfunction class called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_MTFC_TRAIT_MEMBER_TYPE.html b/doc/html/BOOST_TTI_MTFC_TRAIT_MEMBER_TYPE.html index 3b22500..76ae1d8 100644 --- a/doc/html/BOOST_TTI_MTFC_TRAIT_MEMBER_TYPE.html +++ b/doc/html/BOOST_TTI_MTFC_TRAIT_MEMBER_TYPE.html @@ -26,7 +26,7 @@ BOOST_TTI_MTFC_TRAIT_MEMBER_TYPE(trait, name)trait = the name of the metafunction class within the tti namespace.
name = the name of the inner type.
returns = a metafunction class called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER.html b/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER.html index e150fe3..b1a1fd7 100644 --- a/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER.html +++ b/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER.html @@ -26,7 +26,7 @@ BOOST_TTI_TRAIT_HAS_MEMBER(trait, name)trait = the name of the metafunction within the tti namespace.
name = the name of the inner member.
returns = a metafunction called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_DATA.html b/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_DATA.html
index 02d1f45..9ecd6ae 100644
--- a/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_DATA.html
+++ b/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_DATA.html
@@ -26,7 +26,7 @@
BOOST_TTI_TRAIT_HAS_MEMBER_DATA(trait, name)
trait = the name of the metafunction within the tti namespace.
name = the name of the inner member.
returns = a metafunction called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION.html b/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION.html
index b7d6103..05e9bfe 100644
--- a/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION.html
+++ b/doc/html/BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION.html
@@ -26,7 +26,7 @@
BOOST_TTI_TRAIT_HAS_MEMBER_FUNCTION(trait, name)
trait = the name of the metafunction within the tti namespace.
name = the name of the inner member.
returns = a metafunction called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER.html b/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER.html
index d312c5c..b447a1b 100644
--- a/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER.html
+++ b/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER.html
@@ -26,7 +26,7 @@
BOOST_TTI_TRAIT_HAS_STATIC_MEMBER(trait, name)
trait = the name of the metafunction within the tti namespace.
name = the name of the inner member.
returns = a metafunction called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html b/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html
index 34d77a7..9eb6e5e 100644
--- a/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html
+++ b/doc/html/BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION.html
@@ -26,7 +26,7 @@
BOOST_TTI_TRAIT_HAS_STATIC_MEMBER_FUNCTION(trait, name)
trait = the name of the metafunction within the tti namespace.
name = the name of the inner member.
returns = a metafunction called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE.html b/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE.html
index 7412e37..e093565 100644
--- a/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE.html
+++ b/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE.html
@@ -26,7 +26,7 @@
BOOST_TTI_TRAIT_HAS_TEMPLATE(trait, name)
trait = the name of the metafunction within the tti namespace.
name = the name of the inner template.
returns = a metafunction called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html b/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html index cfa81b3..ca479ff 100644 --- a/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html +++ b/doc/html/BOOST_TTI_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html @@ -26,7 +26,7 @@ BOOST_TTI_TRAIT_HAS_TEMPLATE_CHECK_PARAMS(trait, name, tpSeq)trait = the name of the metafunction within the tti namespace.
name = the name of the inner class template.
tpSeq = a Boost PP sequence which has the class template parameters. Each part of the template parameters separated by a comma ( , ) is put in a separate sequence element.
diff --git a/doc/html/BOOST_TTI_TRAIT_HAS_TYPE.html b/doc/html/BOOST_TTI_TRAIT_HAS_TYPE.html
index 319e5b8..50a1f12 100644
--- a/doc/html/BOOST_TTI_TRAIT_HAS_TYPE.html
+++ b/doc/html/BOOST_TTI_TRAIT_HAS_TYPE.html
@@ -26,7 +26,7 @@
BOOST_TTI_TRAIT_HAS_TYPE(trait, name)
trait = the name of the metafunction within the tti namespace.
name = the name of the inner type.
returns = a metafunction called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_TRAIT_MEMBER_TYPE.html b/doc/html/BOOST_TTI_TRAIT_MEMBER_TYPE.html index 6b2e0aa..94d82bb 100644 --- a/doc/html/BOOST_TTI_TRAIT_MEMBER_TYPE.html +++ b/doc/html/BOOST_TTI_TRAIT_MEMBER_TYPE.html @@ -26,7 +26,7 @@ BOOST_TTI_TRAIT_MEMBER_TYPE(trait, name)trait = the name of the metafunction within the tti namespace.
name = the name of the inner type.
returns = a metafunction called "boost::tti::trait" where 'trait' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_VM_HAS_TEMPLATE_CHECK_PARAMS.html b/doc/html/BOOST_TTI_VM_HAS_TEMPLATE_CHECK_PARAMS.html index 7bd4cd4..0782b34 100644 --- a/doc/html/BOOST_TTI_VM_HAS_TEMPLATE_CHECK_PARAMS.html +++ b/doc/html/BOOST_TTI_VM_HAS_TEMPLATE_CHECK_PARAMS.html @@ -26,7 +26,7 @@ BOOST_TTI_VM_HAS_TEMPLATE_CHECK_PARAMS(name, ...)name = the name of the inner class template.
... = variadic macro data which has the class template parameters.
returns = a metafunction called "boost::tti::has_template_check_params_name" where 'name' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_VM_MTFC_HAS_TEMPLATE_CHECK_PARAMS.html b/doc/html/BOOST_TTI_VM_MTFC_HAS_TEMPLATE_CHECK_PARAMS.html index 221c17e..5a52028 100644 --- a/doc/html/BOOST_TTI_VM_MTFC_HAS_TEMPLATE_CHECK_PARAMS.html +++ b/doc/html/BOOST_TTI_VM_MTFC_HAS_TEMPLATE_CHECK_PARAMS.html @@ -26,7 +26,7 @@ BOOST_TTI_VM_MTFC_HAS_TEMPLATE_CHECK_PARAMS(name, ...)name = the name of the inner class template.
... = variadic macro data which has the class template parameters.
returns = a metafunction class called "boost::tti::mtfc_has_template_check_params_name" where 'name' is the macro parameter.
diff --git a/doc/html/BOOST_TTI_VM_MTFC_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html b/doc/html/BOOST_TTI_VM_MTFC_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html index ee75af7..56d3ca0 100644 --- a/doc/html/BOOST_TTI_VM_MTFC_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html +++ b/doc/html/BOOST_TTI_VM_MTFC_TRAIT_HAS_TEMPLATE_CHECK_PARAMS.html @@ -26,7 +26,7 @@ BOOST_TTI_VM_MTFC_TRAIT_HAS_TEMPLATE_CHECK_PARAMS(trait, name, ...)trait = the name of the metafunction class within the tti namespace.
name = the name of the inner class template.
... = variadic macro data which has the class template parameters.
trait = the name of the metafunction within the tti namespace.
name = the name of the inner class template.
... = variadic macro data which has the class template parameters.
This metafunction takes its specific types as nullary metafunctions whose typedef 'type' member is the actual type used.
The metafunction types and return:
HasMemberData = a Boost MPL lambda expression using the metafunction generated from the TTI_HAS_MEMBER_DATA ( or TTI_TRAIT_HAS_MEMBER_DATA ) macro.
@@ -44,7 +44,7 @@