Searched refs:testPack (Results 1 – 1 of 1) sorted by relevance
705 template<int, int ...> class testPack { }; class706 template class testPack<0, 1, 2>; variable