Detecting value parameter of template instance in "is" expression

Philippe Sigaud philippe.sigaud at gmail.com
Thu Dec 5 13:00:36 PST 2013


On Thu, Dec 5, 2013 at 9:17 PM, anonymous <anonymous at example.com> wrote:
> On Thursday, 5 December 2013 at 20:07:51 UTC, Uranuz wrote:

>> How should I define value parameters inside "is" expression to make code
>> like this working?
>
>
> is( N == Nullable!(T), T ... )

Or

    is( N == Nullable!(T, nV), T, alias nV )

Since nV is most probably an alias template parameter.


More information about the Digitalmars-d-learn mailing list