nameOfFieldAt

Evaluates to a string containing the name of the field at given position in the given type.

template nameOfFieldAt (
T
size_t position
) {}

Members

Manifest constants

nameOfFieldAt
enum nameOfFieldAt;
Undocumented in source.

Parameters

T

the type of the class/struct

position

the position of the field in the tupleof array

Meta