TypeOfField

Evaluates to the type of the field with the given name

template TypeOfField (
T
string field
) {}

Members

Aliases

TypeOfField
alias TypeOfField = TypeOfFieldImpl!(T, field, 0)
Undocumented in source.

Parameters

T

the type of the class/struct

field

the name of the field

Meta