System.SmallString.operator =

From RAD Studio API Documentation
Jump to: navigation, search

C++

SmallString<sz>::operator =(const SmallString& rhs)

Properties

Type Visibility Source Unit Parent
function public dstring.h System SmallString

Description

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

You can use this method only if the class template parameter sz is the same for both rhs and lhs.