field_set_op currently supports only TSdlOwnedField. However, the interface does not properly reflect that. We plan to perform the following refactors:
[ ] Abstract a set of fields using a CFieldSet concept (field set generally can be typed, as impl. types are all template based)
[ ] Make sure all operations used in field_set_op are present in concept CFieldSet
[ ] Replace all current impl. with the new concept and call methods from it directly
field_set_op
currently supports onlyTSdlOwnedField
. However, the interface does not properly reflect that. We plan to perform the following refactors:CFieldSet
concept (field set generally can be typed, as impl. types are all template based)field_set_op
are present inconcept CFieldSet
field_set_op