Zserio C++ runtime library  1.0.2
Built for Zserio 2.14.1
zserio::pmr::PolymorphicAllocator< T >::rebind< U > Struct Template Reference

#include <PolymorphicAllocator.h>

Public Types

using other = PolymorphicAllocator< U >
 

Detailed Description

template<class T = uint8_t>
template<typename U>
struct zserio::pmr::PolymorphicAllocator< T >::rebind< U >

Rebind template.

Note
This is only necessary for compatibility with older std. libraries, that does not fully conform to C++11. [old-compiler-support]

Definition at line 204 of file PolymorphicAllocator.h.

Member Typedef Documentation

◆ other

template<class T = uint8_t>
template<typename U >
using zserio::pmr::PolymorphicAllocator< T >::rebind< U >::other = PolymorphicAllocator<U>

Definition at line 206 of file PolymorphicAllocator.h.


The documentation for this struct was generated from the following file: