Zserio C++17 runtime library  1.1.0
Built for Zserio 2.18.1
Map.h File Reference

Go to the source code of this file.

Namespaces

 zserio
 
 zserio::ppmr
 

Typedefs

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