Template to get the name of the ith member of a struct / class.
Used over plain identifier when iterating over aggregate fields with .tupleof as compiler refuses to pass such field as template alias parameter.
index of member to get
type of compound to get member name from
name of the ith member
See Implementation
Template to get the name of the ith member of a struct / class.
Used over plain identifier when iterating over aggregate fields with .tupleof as compiler refuses to pass such field as template alias parameter.