Set.add

Add an element to the set.

  1. bool add(V value)
    struct Set(V)
    bool
    add
    ()
  2. size_t add(Stuff data)

Return Value

Type: bool

true if new element was added, false if not (due to duplicate already present)

Meta