Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
RebindAlloc.h
Go to the documentation of this file.
1
#ifndef ZSERIO_REBIND_ALLOC_H_INC
2
#define ZSERIO_REBIND_ALLOC_H_INC
3
4
#include <memory>
5
6
namespace
zserio
7
{
8
9
template
<
typename
ALLOC,
typename
T>
10
using
RebindAlloc
=
typename
std::allocator_traits<ALLOC>::template rebind_alloc<T>;
11
12
}
// namespace zserio
13
14
#endif
// ZSERIO_REBIND_ALLOC_H_INC
zserio
Definition:
AllocatorHolder.h:7
zserio::RebindAlloc
typename std::allocator_traits< ALLOC >::template rebind_alloc< T > RebindAlloc
Definition:
RebindAlloc.h:10
zserio
RebindAlloc.h
Generated by
1.9.1