diff --git a/doc/src/refmanual/IntegralConstant.rst b/doc/src/refmanual/IntegralConstant.rst index cc25661..b757a18 100644 --- a/doc/src/refmanual/IntegralConstant.rst +++ b/doc/src/refmanual/IntegralConstant.rst @@ -19,6 +19,8 @@ Expression requirements +-----------------------------------+---------------------------------------+---------------------------+ | 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 +---------------------------------------+-----------------------------------------------------------+ | 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. |