Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
Map.h File Reference
#include <map>
#include "zserio/pmr/PolymorphicAllocator.h"

Go to the source code of this file.

Namespaces

 zserio
 
 zserio::pmr
 

Typedefs

template<typename KEY , typename T , typename COMPARE = std::less<KEY>>
using zserio::pmr::map = std::map< KEY, T, COMPARE, PropagatingPolymorphicAllocator< std::pair< const KEY, T > >>