• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 template<class...> struct Smith {};
2 Smith<int, bool, char> x;
3