除了 internal/external 链接之外,类型是否只有 'linkage'?

Does a type just have 'linkage' other than internal/external linkage?

3.5 [basic.link] N4567 的第 8 段说

... A type is said to have linkage if and only if:

  • it is a class or enumeration type that is named (or has a name for linkage purposes (7.1.3)) and the name has linkage; or
  • ...

专门阐述了类型的链接——名称可以表示的实体之一。但是,似乎本段中没有任何信息说明类型应具有的链接是内部链接还是外部链接。是因为根本不需要定义,还是其他段落已经定义了?

类型要么有链接,要么没有。本段是独立的:前半部分定义了具有链接的类型的概念,后半部分描述了对没有链接的类型的使用限制。据我所知,类型链接的概念没有在其他任何地方使用。