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 | |
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<" |