FieldName

Template to get the name of the ith member of a struct / class.

Template parameter: i = index of member to get T = type of compound to get member name from

Evaluates to: name of the ith member

deprecated
template FieldName (
size_t i
T
) {}

Members

Static variables

FieldName
deprecated auto FieldName;
Undocumented in source.

Meta