H A D | cxx1y-generic-lambdas.cpp | 248 template<class ... Ts> void print(Ts ...) { } in print() function 281 print("a = ", a, "\n"); in test() 283 print("b = ", b, "\n"); in test() 293 print("a = ", a, "\n"); in test() 297 print("b = ", b, "\n"); in test() 305 print("a = ", a, "\n"); in test() 307 print("b = ", b ..., "\n"); in test() 317 print("a = ", a, "\n"); in test() 319 print("b = ", b ..., "\n"); in test() 330 print(" in test() 517 template<class ... Ts> void print(Ts ... ts) { } print() function 586 template<class ... Ts> void print(Ts ... ts) { } print() function [all...] |