ATLAS Offline Software
Public Types | Static Public Member Functions | List of all members
SG::DataBucketTrait< MetaCont< T >, U > Struct Template Reference

Metafunction to find the proper DataBucket class for T. More...

#include <MetaCont.h>

Collaboration diagram for SG::DataBucketTrait< MetaCont< T >, U >:

Public Types

typedef MetaContDataBucket< U > type
 

Static Public Member Functions

static void init ()
 

Detailed Description

template<class T, class U>
struct SG::DataBucketTrait< MetaCont< T >, U >

Metafunction to find the proper DataBucket class for T.

Specialize this for MetaCont. See AthenaKernel/StorableConversions.h for an explanation.

Definition at line 97 of file MetaCont.h.

Member Typedef Documentation

◆ type

template<class T , class U >
typedef MetaContDataBucket<U> SG::DataBucketTrait< MetaCont< T >, U >::type

Definition at line 99 of file MetaCont.h.

Member Function Documentation

◆ init()

template<class T , class U >
static void SG::DataBucketTrait< MetaCont< T >, U >::init ( )
inlinestatic

Definition at line 100 of file MetaCont.h.

100 {}

The documentation for this struct was generated from the following file: