eb_root.unique

Tells whether this tree is configured so that the eb*_insert functions allow adding unique nodes only or if they allow adding duplicates.

  1. bool unique()
    struct eb_root
    bool
    unique
    ()
  2. bool unique(bool enable)

Return Value

Type: bool

true if only unique nodes are added for this tree or false if duplicates can be added.

Meta