ATLAS Offline Software
Loading...
Searching...
No Matches
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:

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

namespace  SG
 Forward declaration.

Typedefs

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

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.