vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
TemplateParamDeclNode
vox
fe
ast
decl
template_
Undocumented in source.
@
AstType
.
decl_template_param
struct
TemplateParamDeclNode {
mixin
AstNodeData
!(
AstType
.
decl_template_param
)
;
Identifier
id
;
ushort
index
;
bool
isVariadic
();
}
Members
Functions
isVariadic
bool
isVariadic
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
AstNodeData
!(
AstType
.
decl_template_param
)
Undocumented in source.
Variables
id
Identifier
id
;
Undocumented in source.
index
ushort
index
;
Undocumented in source.
Meta
Source
See Implementation
vox
fe
ast
decl
template_
enums
TemplateParamDeclFlags
functions
clone_node
get_template_instance
name_register_self_template
post_clone
post_clone_template
print_template
print_template_param
set_instance_id
structs
CloneState
TemplateDeclNode
TemplateInstance
TemplateParamDeclNode