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

type GetFieldType4<This, FieldPath, FieldPath2, FieldPath3, FieldPath4> = GetFieldType2<GetFieldType2<This, FieldPath, FieldPath2>, FieldPath3, FieldPath4>;

Queries the type of a quadruple nested field (eg:.a.b.c.d).

Example usage: GetFieldType4<T,FP!(foo),FP!(bar),FP!(baz),FP!(boom)>