System.Set.operator *=

From RAD Studio API Documentation
Jump to: navigation, search

C++

Set& __fastcall operator *=(const Set& rhs)     //Intersection

Properties

Type Visibility Source Unit Parent
function public sysset.h System Set


Description

Assigns the Set object the intersection of its own data and that of the Set object specified by rhs.

The operator *= performs an and operation on the data from both Set objects.