Update of /cvsroot/boost/boost/libs/mpl/doc/src/refmanual
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27897
Modified Files:
Tag: RC_1_34_0
IntegralConstant.rst
Log Message:
Integral Constant: Add missing ::tag requirement
Index: IntegralConstant.rst
===================================================================
RCS file: /cvsroot/boost/boost/libs/mpl/doc/src/refmanual/IntegralConstant.rst,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -u -d -r1.1 -r1.1.6.1
--- IntegralConstant.rst 29 Nov 2004 06:33:05 -0000 1.1
+++ IntegralConstant.rst 28 Jul 2006 06:11:00 -0000 1.1.6.1
@@ -19,6 +19,8 @@
+-----------------------------------+---------------------------------------+---------------------------+
| Expression | Type |
Complexity |
+===================================+=======================================+===========================+
+| ``n::tag`` | ``integral_c_tag`` |
Constant time. |
++-----------------------------------+---------------------------------------+---------------------------+
| ``n::value_type`` | An integral type |
Constant time. |
+-----------------------------------+---------------------------------------+---------------------------+
| ``n::value`` | An integral constant expression |
Constant time. |
@@ -39,6 +41,9 @@
+---------------------------------------+-----------------------------------------------------------+
| Expression | Semantics
|
+=======================================+===========================================================+
+| ``n::tag`` | ``n``\ 's tag type;
``n::tag::value`` is ``n``\ 's |
+| | *conversion rank*.
|
++---------------------------------------+-----------------------------------------------------------+
| ``n::value_type`` | A cv-unqualified type of
``n::value``. |
+---------------------------------------+-----------------------------------------------------------+
| ``n::value`` | The value of the wrapped integral
constant. |
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|