ATLAS Offline Software
Loading...
Searching...
No Matches
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
14namespace SG {
15 template<class T> using WPtr = T*;
16}
17#endif // STOREGATE_SGWPTR_H
Forward declaration.
T * WPtr
Definition SGWPtr.h:15