| const _Tp & __gnu_cxx::__median | ( | const _Tp & | __a, |
| const _Tp & | __b, | ||
| const _Tp & | __c ) |
Find the median of three values.
| __a | A value. |
| __b | A value. |
| __c | A value. |
a, b or c.If {l,m,n} is some convolution of {a,b,c} such that l<=m<=n then the value returned will be m. This is an SGI extension.
Definition at line 543 of file ext/algorithm.
References __glibcxx_function_requires.