Mantid
Loading...
Searching...
No Matches
HistoryItem.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 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//----------------------------------------------------------------------
8// Includes
9//----------------------------------------------------------------------
10#include <utility>
11
13
14namespace Mantid::API {
15
17 : m_algorithmHistory(std::move(algHist)), m_unrolled(false) {}
18
19} // namespace Mantid::API
HistoryItem(AlgorithmHistory_const_sptr algHist)
Definition: HistoryItem.cpp:16
std::shared_ptr< const AlgorithmHistory > AlgorithmHistory_const_sptr
STL namespace.