mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
fix doc minmax
This commit is contained in:
parent
e036b54fcb
commit
1320b41d88
4 changed files with 7 additions and 7 deletions
|
@ -23,12 +23,12 @@ Requires
|
|||
Returns
|
||||
========================================
|
||||
|
||||
| ``pair<T, T>(x, y)``, where x has the smallest and y has the largest value in the initializer list.
|
||||
| ``pair<T const&, T const&>(b, a)`` if b is smaller than a, and ``pair<T const&, T const&>(a, b)`` otherwise.
|
||||
|
||||
Remarks
|
||||
========================================
|
||||
|
||||
| Returns ``pair<const T&, const T&>(a, b)`` when the arguments are equivalent.
|
||||
| Returns ``pair<T const&, T const&>(a, b)`` when the arguments are equivalent.
|
||||
|
||||
Remarks
|
||||
========================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue