Skip to content

Allow comparing a record to another to collect the differences #90

@christianparpart

Description

@christianparpart
template <typename Record>
DifferenceView<Record> CollectDifferences(Record const& left, Record const& right) noexcept;

where DifferenceView<T> holds a reference to the old and new value of each element that has changed from left to right.

Example applications

This can be used to easily visualize a before/after state when changing a record in the table.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions