diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-26 00:32:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-26 00:32:29 +0200 |
| commit | c4c176e9d3bd72fe1746f22d7afb442ca72a72f2 (patch) | |
| tree | 99afbe339ab115c33eceb29f6083695c062587ce /src/dcp.h | |
| parent | 5c56edb56a36a06c3ea12b1df67f5ad45983cb0d (diff) | |
Add move constructor/operator=.dcp-editor3
Diffstat (limited to 'src/dcp.h')
| -rw-r--r-- | src/dcp.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,9 @@ public: DCP (DCP const&) = delete; DCP& operator= (DCP const&) = delete; + DCP (DCP &&); + DCP& operator= (DCP &&); + /** Read a DCP. This method does not do any deep checking of the DCP's validity, but * if it comes across any bad things it will do one of two things. * |
