Zserio C++17 runtime library  0.5.0
Built for Zserio 2.17.0
Set.h File Reference
#include <memory_resource>
#include <set>

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, std::pmr::polymorphic_allocator< T > >