Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
UniquePtr.h
Go to the documentation of this file.
1
#ifndef ZSERIO_PMR_UNIQUE_PTR_H_INC
2
#define ZSERIO_PMR_UNIQUE_PTR_H_INC
3
4
#include <memory_resource>
5
6
#include "
zserio/UniquePtr.h
"
7
8
namespace
zserio
9
{
10
namespace
pmr
11
{
12
16
template
<
typename
T>
17
using
UniquePtr
=
zserio::UniquePtr<T, std::pmr::polymorphic_allocator<T>
>;
18
19
}
// namespace pmr
20
}
// namespace zserio
21
22
#endif
// ZSERIO_PMR_UNIQUE_PTR_H_INC
UniquePtr.h
zserio::pmr::UniquePtr
zserio::UniquePtr< T, std::pmr::polymorphic_allocator< T > > UniquePtr
Definition:
UniquePtr.h:17
zserio
Definition:
AllocatorHolder.h:8
zserio::UniquePtr
std::unique_ptr< T, detail::UniquePtrDeleter< ALLOC > > UniquePtr
Definition:
UniquePtr.h:76
zserio
pmr
UniquePtr.h
Generated by
1.9.1