ATLAS Offline Software
Loading...
Searching...
No Matches
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 */
11
12
13#ifndef ATHCONTAINERS_ATHCONTAINERSPMRDICT_H
14#define ATHCONTAINERS_ATHCONTAINERSPMRDICT_H
15
16
17#include <vector>
18#include <memory>
19
20
21template class std::vector<char, std::pmr::polymorphic_allocator<char> >;
22template class std::vector<unsigned char, std::pmr::polymorphic_allocator<unsigned char> >;
23template class std::vector<short, std::pmr::polymorphic_allocator<short> >;
24template class std::vector<unsigned short, std::pmr::polymorphic_allocator<unsigned short> >;
25template class std::vector<int, std::pmr::polymorphic_allocator<int> >;
26template class std::vector<unsigned int, std::pmr::polymorphic_allocator<unsigned int> >;
27template class std::vector<float, std::pmr::polymorphic_allocator<float> >;
28template class std::vector<double, std::pmr::polymorphic_allocator<double> >;
29
30
31#endif // not ATHCONTAINERS_ATHCONTAINERSPMRDICT_H