From b270745d4abce18e2888ea3a9438b16b3c801a72 Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Date: Wed, 30 Jan 2002 03:38:17 +0000
Subject: [PATCH] index.htm: - Document is_stateless type trait
[SVN r12563]
---
index.htm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/index.htm b/index.htm
index 9dbd570..4c3673e 100644
--- a/index.htm
+++ b/index.htm
@@ -452,6 +452,16 @@ has.
|
+
+ |
+ ::boost::is_stateless<T>::value |
+ True if T is stateless, meaning that T has no storage and its constructors and destructors are trivial. |
+ |
+ PC
+ |
+ |
+
|
::boost::has_nothrow_constructor<T>::value |