ATLAS Offline Software
Static Public Member Functions | List of all members
SG::Zero< T > Struct Template Reference

Helper to specialize how to make an initialized instance of T. More...

#include <AuxDataTraits.h>

Collaboration diagram for SG::Zero< T >:

Static Public Member Functions

static T zero ()
 

Detailed Description

template<class T>
struct SG::Zero< T >

Helper to specialize how to make an initialized instance of T.

SG::Zero<T>::zero() should return a fully-initialized instance of T.

Definition at line 134 of file AuxDataTraits.h.

Member Function Documentation

◆ zero()

template<class T >
static T SG::Zero< T >::zero ( )
inlinestatic

Definition at line 136 of file AuxDataTraits.h.

137  {
138  return T();
139  }

The documentation for this struct was generated from the following file:
TSU::T
unsigned long long T
Definition: L1TopoDataTypes.h:35