    C++__________________________________681

     (   -
     ):

		
-	Setfastcall operator -(const Set& rhs) const;	     :   rhs (    )
-=	Set& fastcall operator -=(const Set& rhs);	  ,    :   rhs (    )
*	Set& fastcall operator *=(const Set& rhs);	  ,    :   rhs ( and   )
	Setfastcall operator *(const Set& rhs) const;	     :   rhs ( and   )
+	Setfastcall operator +(const Set& rhs) const;	  ,    :   rhs ( or   )
+=	Set&fastcall operator +=( const Set& rhs);	     :   rhs ( or   )
	Set&fastcall operator (const  el);	  1   
	friend ostream& operator ( ostream& os, const Set& arg);	  arg   ostream ( 0  1          )
	Set&fastcall operator (const  el);	  1   
	friend istream& operator (istream& is, Set& arg);	  arg   istream ( 0  1          )