System.OpenArray.operator =

From RAD Studio API Documentation
Revision as of 00:04, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.