oa::operator<
operator< function in the OA Core public surface.
Function Documentation
bool oa::operator<(
const Array<T, N> & inLeft,
const Array<T, N> & inRight
)
bool oa::operator<(
const Array<T, 0> &,
const Array<T, 0> &
)
bool oa::operator<(
const ReverseIterator<Left> & inLeft,
const ReverseIterator<Right> & inRight
)
bool oa::operator<(
const String & inA,
const String & inB
)No public source comment is attached to this declaration.
Parameters
inLeftconst Array<T, N> &—
inRightconst Array<T, N> &—
Returns
boolThe declared return value.