C++ Logo

std-proposals

Advanced search

Re: [std-proposals] Attributes introspection

From: Andrew Tomazos <andrewtomazos_at_[hidden]>
Date: Sun, 14 Apr 2024 17:55:33 +1000
On Sun, Apr 14, 2024 at 12:30 PM Thiago Macieira via Std-Proposals <
std-proposals_at_[hidden]> wrote:

> On Saturday 13 April 2024 18:33:16 GMT-7 Aurelien Cassagnes via
> Std-Proposals
> wrote:
> > Other examples of wrapping around callables can be found, whether by
> > closure or explicity registering callbacks for dispatch, etc.
> > The proposal here is to introduce a `declattr` keyword to look into
> > attributes bound to an entity, the form would be likely equivalent to how
> > `decltype` or `declval` are used.
>
> This is probably already taken into account in reflection. If it's not, it
> should be. So can you contact the relevant SG and see if it's there?
> reflexpr
> and other reflection papers are out there too.
>

The latest reflection paper is wg21.link/p2996

Received on 2024-04-14 07:55:46