Tofu Ninja:
Basically what the title says, how do I check if a type T is an instantiation of a specific template?
If you have an updated Phobos std.traits.isInstanceOf could be what you look for.
Bye, bearophile
bearophile via Digitalmars-d-learn Thu, 29 Jan 2015 04:16:25 -0800
Tofu Ninja:
Basically what the title says, how do I check if a type T is an instantiation of a specific template?
If you have an updated Phobos std.traits.isInstanceOf could be what you look for.
Bye, bearophile