In the C ++ 11 standard, the dcl.type.simple and dcl.type.elab sections , which type specifiers may include, are simple-template-id. On the other hand, according to the temp.names section , the simple-template-id identifier can indicate the specialization of a function template. Can a function template specialization be used to indicate a type?
source
share