Library Version 12.1.6.2
void unique()
Remove consecutive duplicate values from this list.
This function supports auto-commit.
http://www.cplusplus.com/reference/list/list/unique/
void unique(BinaryPredicate binary_pred)
The compare predicate to dertermine uniqueness.
http://www.cplusplus.com/reference/list/list/
db_vector