[][src]Type Definition structural::field::GetFieldType2

type GetFieldType2<This, FieldPath, FieldPath2> = GetFieldType<GetFieldType<This, FieldPath>, FieldPath2>;

Queries the type of a double nested field (eg:.a.b).

Example usage: GetFieldType2<T,FP!(foo),FP!(bar)>