ATLAS Offline Software
SharedDoNoDelete.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3  */
4 
6 // SharedObject.h, (c) ATLAS Detector software
8 
9 #ifndef TRKDETDESCRUITLS_SHAREDONOTDELETE_H
10 #define TRKDETDESCRUITLS_SHAREDONOTDELETE_H
11 
12 namespace Trk {
13 
14 template<typename T>
15 const auto do_not_delete = [](T*) {};
16 
17 } // end of namespace
18 
19 #endif // TRKDETDESCRUITLS_SHAREDOBJECT_H
Trk::do_not_delete
const auto do_not_delete
Definition: SharedDoNoDelete.h:15
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9