Detailed DescriptionAs with adobe::min and adobe::max, adobe::median is a select algorithm. The median algorithm returns the second of three arguments. The algorithm is stable, which is to say that if the arguments are in non-decresing order then the identity of the returned element will be the second identity of the second argument. Function Documentation◆ median() [1/4]
median implementation Definition at line 39 of file median.hpp. ◆ median() [2/4]
median implementation Definition at line 47 of file median.hpp. ◆ median() [3/4]
median implementation Definition at line 55 of file median.hpp. ◆ median() [4/4]
median implementation Definition at line 63 of file median.hpp. |