Mantid
Loading...
Searching...
No Matches
IJournal.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2020 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7
9
10namespace Mantid::API {
11
12IJournal::~IJournal() = default;
13
14IJournal::IJournal(IJournal &&rhs) = default;
15
16IJournal &IJournal::operator=(IJournal &&rhs) = default;
17} // namespace Mantid::API
const std::vector< double > & rhs
IJournal const & operator=(IJournal const &rhs)=delete