how to determine if a function exists in a class?

Alex sascha.orlov at gmail.com
Wed Oct 2 06:22:05 UTC 2019


On Wednesday, 2 October 2019 at 06:06:20 UTC, TodNaz wrote:
> Hello everyone!
> I have a question: how to determine if a function exists in a 
> class? Is this possible with @pointer tagging?

Do you mean, like in examples of

https://dlang.org/library/std/traits/has_member.html

?


More information about the Digitalmars-d-learn mailing list