Date: Wed, 5 Mar 2025 13:48:50 +0000
On Wed, Mar 5, 2025 at 1:33 PM Thiago Macieira <thiago_at_[hidden]> wrote:
>
> On Wednesday, 5 March 2025 04:41:39 Pacific Standard Time Frederick Virchanza
> Gotham wrote:
> > Do you mean that we would write "std::function_defargs" something like
> > as follows if we could use reflection?
>
> I'm asking you the exact opposite: can you use reflection to extract the
> default arguments?
The code I gave you earlier today is from a make-believe universe
where C++ has reflection (in the namespace std::Reflection). Using the
make-believe reflection features, the constructor of
std::function_defargs can get the default arguments from the function
pointer (note that the constructor is consteval).
Not sure what you're saying here. My code shows how it would be
possible to compose the class 'std::function_defargs' using reflection
features.
>
> On Wednesday, 5 March 2025 04:41:39 Pacific Standard Time Frederick Virchanza
> Gotham wrote:
> > Do you mean that we would write "std::function_defargs" something like
> > as follows if we could use reflection?
>
> I'm asking you the exact opposite: can you use reflection to extract the
> default arguments?
The code I gave you earlier today is from a make-believe universe
where C++ has reflection (in the namespace std::Reflection). Using the
make-believe reflection features, the constructor of
std::function_defargs can get the default arguments from the function
pointer (note that the constructor is consteval).
Not sure what you're saying here. My code shows how it would be
possible to compose the class 'std::function_defargs' using reflection
features.
Received on 2025-03-05 13:49:03