Home | History | Annotate | Download | only in bits

Lines Matching defs:unique

1212    *  unique() is stable, so the relative order of elements that are
1219 unique(_ForwardIterator __first, _ForwardIterator __last)
1228 // Skip the beginning, if already unique.
1252 * unique() is stable, so the relative order of elements that are
1259 unique(_ForwardIterator __first, _ForwardIterator __last,
1270 // Skip the beginning, if already unique.