Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dmeta.d861 template templateAnd(Preds...) in templateAnd() function
867 enum templateAnd = true; in templateAnd() local
872 alias templateAnd = Instantiate!(.templateAnd!(Preds[1 .. $]), T); in templateAnd() local
874 enum templateAnd = false; in templateAnd() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmeta.d989 template templateAnd(Preds...) in templateAnd() function
995 enum templateAnd = true; in templateAnd() local
1000 alias templateAnd = Instantiate!(.templateAnd!(Preds[1 .. $]), T); in templateAnd() local
1002 enum templateAnd = false; in templateAnd() local