dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
TemplateDeclaration.declareParameter
dmd
dtemplate
TemplateDeclaration
Declare template parameter tp with value o, and install it in the scope sc.
class
TemplateDeclaration
extern (
D
)
RootObject
declareParameter
(
Scope
*
sc
,
TemplateParameter
tp
,
RootObject
o
)
Meta
Source
See Implementation
dmd
dtemplate
TemplateDeclaration
functions
addInstance
declareParameter
deduceFunctionTemplateMatch
doHeaderInstantiation
evaluateConstraint
findExistingInstance
getConstraintEvalError
isOverloadable
isVariadic
leastAsSpecialized
matchWithInstance
overloadInsert
removeInstance
scopeForTemplateParameters
toCharsNoConstraints
variables
deprecated_
isTrivialAlias
isTrivialAliasSeq
Declare template parameter tp with value o, and install it in the scope sc.