Constructors

The set class includes overloaded constructors for creation of a set object.

  explicit set
  (const Compare& comp = Compare(),
  const Allocator& = Allocator());
  template <class InputIterator> set
  (InputIterator first, last,
  const Compare& comp = Compare(), 
   const Allocator& = Allocator());