From 79417d9a29907f9f3c107eb8a62a63d7850e1ff1 Mon Sep 17 00:00:00 2001
From: John Maddock
Date: Thu, 7 Mar 2002 12:05:42 +0000
Subject: [PATCH] Updated docs to include add_cv.
[SVN r13120]
---
index.htm | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/index.htm b/index.htm
index 9f72e44..e37d901 100644
--- a/index.htm
+++ b/index.htm
@@ -452,7 +452,9 @@ has.
|
::boost::is_stateless<T>::value |
- True if T is stateless, meaning that T has no storage and its constructors and destructors are trivial. |
+ True if T
+ is stateless, meaning that T has no storage and its
+ constructors and destructors are trivial. |
|
PC
@@ -705,6 +707,15 @@ transformation to the template argument T:
| |
|
+
+ |
+ ::boost::add_cv<T>::type |
+ The same as "T
+ const volatile" for all T. |
+ 3.9.3 |
+ |
+ |
+
As the table above indicates, support for partial