Searched defs:templateAnd (Results 1 – 2 of 2) sorted by relevance
861 template templateAnd(Preds...) in templateAnd() function867 enum templateAnd = true; in templateAnd() local872 alias templateAnd = Instantiate!(.templateAnd!(Preds[1 .. $]), T); in templateAnd() local874 enum templateAnd = false; in templateAnd() local
989 template templateAnd(Preds...) in templateAnd() function995 enum templateAnd = true; in templateAnd() local1000 alias templateAnd = Instantiate!(.templateAnd!(Preds[1 .. $]), T); in templateAnd() local1002 enum templateAnd = false; in templateAnd() local