C++ Logo

std-discussion

Advanced search

Re: Deleting the Rvalue member function

From: Frederick Virchanza Gotham <cauldwell.thomas_at_[hidden]>
Date: Wed, 28 Dec 2022 11:40:27 +0000
Lénárd wrote:

>
> Is there any relevance that you are using operator& here, instead of just
> a regular member function?
>
>

I chose one of the miranda members (i.e. one of the methods that's
automatically provided by the compiler even if you don't define it
yourself).

Can you think of a regular member function that would make sense as an
example here? I can't.

Received on 2022-12-28 11:40:29