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

Rebind allocator to different type. More...

#include <PSRAMAllocatorH264.h>

Public Types

typedef PSRAMAllocatorH264< U > other
 The rebound allocator type.
 

Detailed Description

template<typename T = uint8_t>
template<class U>
struct esp_h264::PSRAMAllocatorH264< 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

The rebound allocator type.


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