Discussion on static reflection syntax in C++

bitwise bitwise.pvt at gmail.com
Tue Feb 23 19:14:06 UTC 2021


On Monday, 22 February 2021 at 16:27:49 UTC, Andrei Alexandrescu 
wrote:
> Of possible interest:
>
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2320r0.pdf


> void f(... [:range_of_types:] ...args)

This seems like it could provide a more intuitive intellisense 
display for things like std::make_shared, but without proper 
parameter names. Unless this provides a path to including 
parameter names, I don't see how it's better than <Args&&...>.


More information about the Digitalmars-d mailing list