mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-08-29 14:50:52 +00:00
add doc: lexicographical_compare, clamp
This commit is contained in:
parent
29babfce4e
commit
227a35c29c
38 changed files with 997 additions and 28 deletions
|
@ -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
|
||||
========================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue