![]() |
ATLAS Offline Software
|
Allow customizing how aux data types are treated. More...
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<" |