STIR 6.4.0
unique_ptr.h
Go to the documentation of this file.
1
14/*
15 Copyright (C) 2016, University College London
16 This file is part of STIR.
17
18 SPDX-License-Identifier: Apache-2.0
19
20 See STIR/LICENSE.txt for details
21*/
22
23#ifndef __stir_UNIQUE_PTR__
24#define __stir_UNIQUE_PTR__
25
26// include this as stir/common.h has to be included by any stir .h file
27#include "stir/common.h"
28#include <memory>
29// simply use std::unique_ptr
30namespace stir
31{
32using std::unique_ptr;
33}
34
35#endif
basic configuration include file
Namespace for the STIR library (and some/most of its applications)
Definition General_Reconstruction.h:19