clear method

void clear()

Removes all elements from the set.

Implementation

void clear() {
  _container.clear();
}