ATLAS Offline Software
Loading...
Searching...
No Matches
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
12namespace Trk {
13
14template<typename T>
15const auto do_not_delete = [](T*) {};
16
17} // end of namespace
18
19#endif // TRKDETDESCRUITLS_SHAREDOBJECT_H
Ensure that the ATLAS eigen extensions are properly loaded.
const auto do_not_delete