[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 |
+===============+===========================+===================================+
| ``Iterator`` | |Forward Iterator|. | An iterator to decrement. |
| ``Iterator`` | |Bidirectional Iterator|. | An iterator to decrement. |
+---------------+---------------------------+-----------------------------------+
Expression semantics
--------------------
For any |Forward Iterator|\ s ``iter``:
For any |Bidirectional Iterator|\ s ``iter``:
.. parsed-literal::
@@ -63,7 +63,7 @@ For any |Forward Iterator|\ s ``iter``:
typedef prior<iter>::type j;
:Return type:
|Forward Iterator|.
|Bidirectional Iterator|.
:Precondition:
``iter`` is decrementable.