ddmd-experimental ~master (2016-08-29T08:37:18Z)
Dub
Repo
TemplateDeclaration.declareParameter
ddmd
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
ddmd
dtemplate
TemplateDeclaration
functions
addInstance
declareParameter
deduceFunctionTemplateMatch
doHeaderInstantiation
evaluateConstraint
findExistingInstance
isOverloadable
isVariadic
leastAsSpecialized
matchWithInstance
overloadInsert
removeInstance
Declare template parameter tp with value o, and install it in the scope sc.