dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
TemplateDeclaration.declareParameter
dmd
dtemplate
TemplateDeclaration
Declare template parameter tp with value o, and install it in the scope sc.
class
TemplateDeclaration
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.