System.Set.operator <<

From RAD Studio API Documentation
Jump to: navigation, search

C++

Set& __fastcall operator <<(const T el) //Add element

Properties

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


Description

Streams out a specified Set.

The operator << streams text output for a specified Set object, writing '1's and '0's that indicate whether each element is contained in the Set. The operator returns the resulting stream.