TIsSetFlags

Generates an eponymous struct with boolean flags for the non-required non-nullable fields of T.

Nullable fields are just set to null to signal »not set«, so no flag is emitted for them, even if they are optional.

In most cases, you do not want to use this directly, but via TStructHelpers instead.

template TIsSetFlags (
T
alias fieldMetaData
)

Meta