Zserio C++ runtime library  1.1.0
Built for Zserio 2.15.0
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 > >>