|
Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include <memory>#include <type_traits>#include "zserio/AllocatorHolder.h"#include "zserio/RebindAlloc.h"Go to the source code of this file.
Namespaces | |
| zserio | |
Typedefs | |
| template<typename T , typename ALLOC = std::allocator<T>> | |
| using | zserio::UniquePtr = std::unique_ptr< T, detail::UniquePtrDeleter< ALLOC > > |
Functions | |
| template<typename T , typename ALLOC , class... Args> | |
| UniquePtr< T, RebindAlloc< ALLOC, T > > | zserio::allocate_unique (const ALLOC &allocator, Args &&... args) |