I'm asking because there's potentially recursive template instantiation if I do try to instantiate it.
Get return type of a template function without instantiating it
Yuxuan Shui via Digitalmars-d-learn Tue, 22 Nov 2016 04:26:54 -0800
Is there a way to get a template function return type with
instantiating it? The return type is independent of the template
arguments.
- Get return type of a template fun... Yuxuan Shui via Digitalmars-d-learn
- Re: Get return type of a tem... Nicholas Wilson via Digitalmars-d-learn
- Re: Get return type of a tem... Jonathan M Davis via Digitalmars-d-learn
- Re: Get return type of a tem... Meta via Digitalmars-d-learn