H.264 Codec for ESP32-S3
Loading...
Searching...
No Matches
Public Types | List of all members
RAMAllocatorH264< T >::rebind< U > Struct Template Reference

Rebind allocator to different type. More...

#include <RAMAllocatorH264.h>

Public Types

typedef RAMAllocatorH264< U > other
 The rebound allocator type.
 

Detailed Description

template<typename T = uint8_t>
template<class U>
struct esp_h264::RAMAllocatorH264< T >::rebind< U >

Rebind allocator to different type.

Provides the rebind mechanism required by STL allocators. Allows containers to allocate different types using the same allocator.

Template Parameters
UThe type to rebind to

Member Typedef Documentation

◆ other

typedef RAMAllocatorH264<U> other

The rebound allocator type.


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