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

Go to the source code of this file.

Namespaces

 zserio
 
 zserio::pmr
 

Typedefs

template<typename T , typename COMPARE = std::less<T>>
using zserio::pmr::set = std::set< T, COMPARE, PropagatingPolymorphicAllocator< T > >