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