System.Set.operator >>

From RAD Studio API Documentation
Jump to: navigation, search

C++

Set& __fastcall operator >>(const T el) //Remove element

Properties

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


Description

Streams in a specified Set.

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