Re: [Development] New assign() Functionality Added to Qt Containers

2023-09-06 Thread Dennis Oberst via Development
6, 2023 11:56 AM To: Qt Development Subject: Re: [Development] New assign() Functionality Added to Qt Containers Sounds efficient. What is the meaning of the tilde the way you are using it here in operator=(~) ? > On 6 Sep 2023, at 11:30, Dennis Oberst via Development > wrote: >

Re: [Development] New assign() Functionality Added to Qt Containers

2023-09-06 Thread Shawn Rutledge via Development
Sounds efficient. What is the meaning of the tilde the way you are using it here in operator=(~) ? > On 6 Sep 2023, at 11:30, Dennis Oberst via Development > wrote: > > Hello everyone, > > I would like to inform you that we've added assign(~) functionality to the > following > Qt

[Development] New assign() Functionality Added to Qt Containers

2023-09-06 Thread Dennis Oberst via Development
Hello everyone, I would like to inform you that we've added assign(~) functionality to the following Qt containers: QVarLengthArray, QList, QByteArray, and QString. It is now incorporated into certain non-sharing operator=(~) implementations. As a quick heads up: assign() offers a