add method

Adds [value] into the set. Returns true if [value] was added to the set.

bool add(
E element
)

Adds [value] into the set. Returns true if [value] was added to the set.

If [value] already exists, the set is not changed and false is returned.