Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
Main Page
Namespaces
Classes
Files
File List
File Members
Map.h
Go to the documentation of this file.
1
#ifndef ZSERIO_PMR_MAP_H_INC
2
#define ZSERIO_PMR_MAP_H_INC
3
4
#include <map>
5
6
#include "
zserio/pmr/PolymorphicAllocator.h
"
7
8
namespace
zserio
9
{
10
namespace
pmr
11
{
12
16
template
<
typename
KEY,
typename
T,
typename
COMPARE = std::less<KEY>>
17
using
map
= std::map<KEY, T, COMPARE, PropagatingPolymorphicAllocator<std::pair<const KEY, T>>>;
18
19
}
// namespace pmr
20
}
// namespace zserio
21
22
#endif // ZSERIO_PMR_MAP_H_INC
zserio
Definition:
AllocatorHolder.h:6
zserio::pmr::map
std::map< KEY, T, COMPARE, PropagatingPolymorphicAllocator< std::pair< const KEY, T >>> map
Definition:
Map.h:17
PolymorphicAllocator.h
zserio
pmr
Map.h
Generated by
1.8.11