ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
14
15#ifndef ATHENAKERNEL_DATABUCKETTRAITFWD_H
16#define ATHENAKERNEL_DATABUCKETTRAITFWD_H
17
18
19namespace SG {
20
21
27 template <class T, class U = T>
28 struct DataBucketTrait;
29
30
31} // namespace SG
32
33
34#endif // not ATHENAKERNEL_DATABUCKETTRAITFWD_H
Forward declaration.
Metafunction to find the proper DataBucket class for T.