oa::sort

sort function in the OA Core public surface.

Function Documentation

void oa::sort( It inFirst, It inLast, Cmp inCmp ) void oa::sort( It inFirst, It inLast ) void oa::sort( oa::Span<T> inSpan, Cmp inCmp ) void oa::sort( oa::Span<T> inSpan )
No public source comment is attached to this declaration.

Parameters

inFirst
It

inLast
It

inCmp
Cmp

Returns

void

The declared return value.