ATLAS Offline Software
SGWPtr.h
Go to the documentation of this file.
1 /* -*- C++ -*- */
2 
3 /*
4  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5 */
6 
12 #ifndef STOREGATE_SGWPTR_H
13 #define STOREGATE_SGWPTR_H
14 #include <boost/config.hpp>
15 namespace SG {
16 #ifndef BOOST_NO_CXX11_TEMPLATE_ALIASES
17  template<class T> using WPtr = T*;
18 #endif
19 }
20 #endif // STOREGATE_SGWPTR_H
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
SG::WPtr
T * WPtr
Definition: SGWPtr.h:17