IsAttributedParameter

Checks if parameter is calculated by one of attached functions.

template IsAttributedParameter (
alias Function
string name
) {}

Members

Manifest constants

IsAttributedParameter
enum IsAttributedParameter;
Undocumented in source.

Parameters

Function

function symbol to query for attributes

name

parameter name to check

Return Value

true if it is calculated

Meta