To have any types in template one may just write template struct S {};.
template struct S {};
To have any values (e.g. int values) in template on
int