ATLAS Offline Software
Classes | Namespaces | Typedefs | Variables
AuxDataTraits.h File Reference

Allow customizing how aux data types are treated. More...

#include "CxxUtils/span.h"
#include <vector>
#include <cstdlib>
Include dependency graph for AuxDataTraits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SG::AuxDataTraits< T, ALLOC >
 Allow customizing how aux data types are treated. More...
 
class  SG::AuxDataTraits< bool, ALLOC >
 Allow customizing how aux data types are treated. More...
 
struct  SG::Zero< T >
 Helper to specialize how to make an initialized instance of T. More...
 

Namespaces

 SG
 Forward declaration.
 

Typedefs

template<class T >
using SG::AuxAllocator_t = std::allocator< T >
 The default allocator type to use for auxiliary variables. More...
 

Variables

constexpr const char * SG::auxAllocatorNamePrefix = "std::allocator<"
 

Detailed Description

Allow customizing how aux data types are treated.

Author
scott snyder snyde.nosp@m.r@bn.nosp@m.l.gov
Date
Oct, 2014

Definition in file AuxDataTraits.h.