ATLAS Offline Software
Loading...
Searching...
No Matches
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>
T SG::Zero< T >::zero ( )
inlinestatic

Definition at line 136 of file AuxDataTraits.h.

137 {
138 return T();
139 }
Helper to specialize how to make an initialized instance of T.

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