[SVN r52207]
This commit is contained in:
Aleksey Gurtovoy
2009-04-06 04:52:19 +00:00
parent 8513479231
commit 98008e8e21

View File

@@ -48,14 +48,14 @@ Parameters
+---------------+---------------------------+-----------------------------------+ +---------------+---------------------------+-----------------------------------+
| Parameter | Requirement | Description | | Parameter | Requirement | Description |
+===============+===========================+===================================+ +===============+===========================+===================================+
| ``Iterator`` | |Forward Iterator|. | An iterator to decrement. | | ``Iterator`` | |Bidirectional Iterator|. | An iterator to decrement. |
+---------------+---------------------------+-----------------------------------+ +---------------+---------------------------+-----------------------------------+
Expression semantics Expression semantics
-------------------- --------------------
For any |Forward Iterator|\ s ``iter``: For any |Bidirectional Iterator|\ s ``iter``:
.. parsed-literal:: .. parsed-literal::
@@ -63,7 +63,7 @@ For any |Forward Iterator|\ s ``iter``:
typedef prior<iter>::type j; typedef prior<iter>::type j;
:Return type: :Return type:
|Forward Iterator|. |Bidirectional Iterator|.
:Precondition: :Precondition:
``iter`` is decrementable. ``iter`` is decrementable.