Template applyArgs

Instantiate a template with Args, and apply them to pred.

template applyArgs(Args...) ;

Contained Aliases

NameDescription
applyArgs

Parameters

NameDescription
Args contained arguments
pred a template that Args will be passed to.