C++ Logo

std-proposals

Advanced search

Re: std::parent_of_member

From: Jason McKesson <jmckesson_at_[hidden]>
Date: Tue, 9 Nov 2021 02:24:15 -0500
On Tue, Nov 9, 2021 at 1:31 AM language.lawyer--- via Std-Proposals
<std-proposals_at_[hidden]> wrote:
>
> On 09/11/2021 09:22, Tom Honermann via Std-Proposals wrote:
> > Note that an array element is a member subobject of the array of which it is an element.
>
> No, it is not.

Just to make this clear, array elements are not *member* subobjects of
the array. They are subobjects of the array, just not members.

Received on 2021-11-09 01:24:28