isinset
| isinset | 
  Purpose
 
  Synopsis
 
int isinset(XPRMcontext ctx, XPRMset set, XPRMalltypes *elt);
 
  Arguments
 
| 
     ctx 
     | 
     Mosel's execution context
     | 
| 
     set 
     | 
     Reference to a set
     | 
| 
     elt 
     | 
     Reference to the element
     | 
  Return value
 
 1 if the element is contained in the set, 0 otherwise.
  Further information
 
 This function checks whether an element is contained in a set.
 
 
