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 implementation Definition at line 39 of file median.hpp.
median implementation Definition at line 63 of file median.hpp.
median implementation Definition at line 55 of file median.hpp.
median implementation Definition at line 47 of file median.hpp. |