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
See Implementation
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