Template_Template_Parameter

class Template_Template_Parameter (concrete, logical)

there are no nested types etc. for template template parameters: they are only present in instances of it (Dependent_Types)

Implemented interfaces:
Direct parents:
Ancestor classes and implemented interfaces:

Declarative_Node, Logical_IR_Root, Member, Named_Entity, Named_Type, Symbol, Template_Interface, Template_Parameter_Interface, Template_Type_Interface, Type

Field

Kind

Type

Description

Default_Template

semantic

interface Template_Type_Interface

Size (from Type)

attribute

builtin Natural

Alignment_Log (from Type)

attribute

builtin Byte

log2 of the type’s alignment

Alignment (from Type)

attribute

builtin Natural

Alignment of the type (must be a power of 2)

Size_In_Bits (from Type)

attribute

builtin UInt64

Size of the type, in bits.

Parent (from Logical_IR_Root)

semantic

class Logical_IR_Root

Physical (from Logical_IR_Root)

semantic to physical

class Physical_IR_Root

Position (from Template_Parameter_Interface)

attribute

builtin Natural

Is_Pack (from Template_Parameter_Interface)

attribute

builtin Boolean

Whether this is parameter pack. (C++11 typename... T or int... N)

Template_Parameters (from Template_Interface)

syntactic

list of interface Template_Parameter_Interface

Mangled_Requires_Clause (from Template_Interface)

attribute

builtin String

Visibility (from Member)

attribute

enum Visibility_Type

Name (from Named_Entity)

attribute

builtin String