System.OpenArray.operator =

From RAD Studio API Documentation
Jump to: navigation, search

C++

OpenArray<T>::operator =(const OpenArray& rhs)

Properties

Type Visibility Source Unit Parent
function public sysopen.h System OpenArray

Description

Copies the rhs OpenArray into the lhs OpenArray (this).

The lhs OpenArray (this) loses its prior data.