System.Set.operator +=

From RAD Studio API Documentation
Jump to: navigation, search

C++

Set& __fastcall operator +=(const Set& rhs)     //Union

Properties

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


Description

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

operator += performs a logical or operation on the data from both Set objects.