MCPcopy Create free account
hub / github.com/KDE/kdiff3 / LineData

Method LineData

src/diff.h:171–171  ·  view source on GitHub ↗

Enable default copy and move constructors.

Source from the content-addressed store, hash-verified

169 public:
170 //Enable default copy and move constructors.
171 LineData(const LineData&) = default;
172 LineData(LineData&&) = default;
173 LineData& operator=(const LineData&) = default;
174 LineData& operator=(LineData&&) = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected