ATLAS Offline Software
AthContainersPmrDict.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  * Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration.
4  */
13 #ifndef ATHCONTAINERS_ATHCONTAINERSPMRDICT_H
14 #define ATHCONTAINERS_ATHCONTAINERSPMRDICT_H
15 
16 
17 #include <vector>
18 #include <memory>
19 
20 
21 template class std::vector<char, std::pmr::polymorphic_allocator<char> >;
22 template class std::vector<unsigned char, std::pmr::polymorphic_allocator<unsigned char> >;
23 template class std::vector<short, std::pmr::polymorphic_allocator<short> >;
24 template class std::vector<unsigned short, std::pmr::polymorphic_allocator<unsigned short> >;
25 template class std::vector<int, std::pmr::polymorphic_allocator<int> >;
26 template class std::vector<unsigned int, std::pmr::polymorphic_allocator<unsigned int> >;
27 template class std::vector<float, std::pmr::polymorphic_allocator<float> >;
28 template class std::vector<double, std::pmr::polymorphic_allocator<double> >;
29 
30 
31 #endif // not ATHCONTAINERS_ATHCONTAINERSPMRDICT_H