ddc ~master (2020-05-01T11:40:35Z)
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
Declare template parameter tp with value o, and install it in the scope sc.