Searched refs:ParameterTypeTuple (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | traits.d | 975 alias ParameterTypeTuple = Parameters; variable 980 static assert(is(ParameterTypeTuple!foo == AliasSeq!(int, bool))); 981 static assert(is(ParameterTypeTuple!(typeof(&foo)) == AliasSeq!(int, bool))); 985 static assert(is(ParameterTypeTuple!S == AliasSeq!(real, int))); 986 static assert(is(ParameterTypeTuple!(S*) == AliasSeq!(real, int))); 987 static assert(is(ParameterTypeTuple!s == AliasSeq!(real, int))); 993 alias P_Test_prop = ParameterTypeTuple!(Test.prop); 996 alias P_dglit = ParameterTypeTuple!((int a){});
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | traits.d | 1068 alias ParameterTypeTuple = Parameters; variable 1073 static assert(is(ParameterTypeTuple!foo == AliasSeq!(int, bool))); 1074 static assert(is(ParameterTypeTuple!(typeof(&foo)) == AliasSeq!(int, bool))); 1078 static assert(is(ParameterTypeTuple!S == AliasSeq!(real, int))); 1079 static assert(is(ParameterTypeTuple!(S*) == AliasSeq!(real, int))); 1080 static assert(is(ParameterTypeTuple!s == AliasSeq!(real, int))); 1086 alias P_Test_prop = ParameterTypeTuple!(Test.prop); 1089 alias P_dglit = ParameterTypeTuple!((int a){});
|