Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
DataBucketTraitFwd.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 
3 /*
4  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
5 */
6 
15 #ifndef ATHENAKERNEL_DATABUCKETTRAITFWD_H
16 #define ATHENAKERNEL_DATABUCKETTRAITFWD_H
17 
18 
19 namespace SG {
20 
21 
27  template <class T, class U = T>
29 
30 
31 } // namespace SG
32 
33 
34 #endif // not ATHENAKERNEL_DATABUCKETTRAITFWD_H
SG
Forward declaration.
Definition: CaloCellPacker_400_500.h:32
SG::DataBucketTrait
Metafunction to find the proper DataBucket class for T.
Definition: DataBucketTraitFwd.h:28