How to check that a member function is generated by compiler?

Ali Çehreli acehreli at yahoo.com
Fri Feb 25 05:25:14 UTC 2022


On 2/24/22 20:44, Andrey Zherikov wrote:

> How can I check that `opAssign` is generated by compiler and doesn't 
> exist in the original code?

I think this one:

   https://dlang.org/phobos/std_traits.html#hasElaborateAssign

Ali


More information about the Digitalmars-d-learn mailing list