Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
Main Page
Namespaces
Classes
Files
File List
File Members
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 "
zserio/UniquePtr.h
"
5
#include "
zserio/pmr/PolymorphicAllocator.h
"
6
7
namespace
zserio
8
{
9
namespace
pmr
10
{
11
15
template
<
typename
T>
16
using
unique_ptr
=
zserio::unique_ptr<T, PropagatingPolymorphicAllocator<T>
>;
17
18
}
// namespace pmr
19
}
// namespace zserio
20
21
#endif // ZSERIO_PMR_UNIQUE_PTR_H_INC
zserio::unique_ptr
std::unique_ptr< T, detail::UniquePtrDeleter< ALLOC >> unique_ptr
Definition:
UniquePtr.h:89
zserio
Definition:
AllocatorHolder.h:6
UniquePtr.h
zserio::pmr::unique_ptr
zserio::unique_ptr< T, PropagatingPolymorphicAllocator< T >> unique_ptr
Definition:
UniquePtr.h:16
PolymorphicAllocator.h
zserio
pmr
UniquePtr.h
Generated by
1.8.11