clang-tidy-readability-iden.../test_ParameterPack.cpp

3 lines
62 B
C++
Raw Normal View History

2019-04-24 13:46:26 +00:00
template<class ... Types> void f(Types ... Parameters_Pack);