add doc: lexicographical_compare, clamp

This commit is contained in:
Bolero-MURAKAMI 2013-08-24 18:02:54 +09:00
commit 227a35c29c
38 changed files with 997 additions and 28 deletions

View file

@ -14,7 +14,7 @@ Interface
Returns
========================================
| *false* if [first,last) is empty or if there is no iterator i in the range [first,last) such that ``pred(*i)`` is true, and *true* otherwise.
| false if [first,last) is empty or if there is no iterator i in the range [first,last) such that ``pred(*i)`` is true, and true otherwise.
Examples
========================================