oa::min
Scalar two-argument min/max (the oa::min / oa::max replacement — distinct from minElement/maxElement which scan a range). Returns by const & like std, so ties return the first argument.
Function Documentation
Scalar two-argument min/max (the oa::min / oa::max replacement — distinct from minElement/maxElement which scan a range). Returns by const & like std, so ties return the first argument.
Parameters
inAconst T &—
inBconst T &—
Returns
const T &The declared return value.