ivutils
|
The functionality is the same as for container_set. More...
#include <seqpack.h>
Public Member Functions | |
std::size_t | insert_ind (typename base_t::iterator it, const T &elm) |
insert with it starting | |
std::size_t | insert_ind (const T &elm) |
the same with default starting | |
Public Member Functions inherited from container_set< T, cont_t, comp_pr > | |
std::size_t | insert_ind (iterator it, const T &elm) |
returns the number of elements between begin and the inserted element | |
std::size_t | insert_ind (const T &elm) |
the same with default starting | |
The functionality is the same as for container_set.
however, checking if element is duplicated is done by map which store indices in container_set::container as keys and unique values (groups of values) as values