Home
last modified time | relevance | path

Searched defs:MostDerived (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d718 template MostDerived(T, TList...) in MostDerived() function
721 alias MostDerived = T; in MostDerived() local
723 alias MostDerived = MostDerived!(TList[0], TList[1 .. $]); in MostDerived() local
725 alias MostDerived = MostDerived!(T, TList[1 .. $]); in MostDerived() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d580 template MostDerived(T, TList...) in MostDerived() function
583 alias MostDerived = T; in MostDerived() local