idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::caps_allocator< T, Caps, Alignment >::rebind< U > Struct Template Reference

Rebind the allocator to a different type. More...

#include <idfxx_core/include/idfxx/memory.hpp>

Public Types

using other = caps_allocator< U, Caps, Alignment >
 The rebound allocator type.
 

Detailed Description

template<typename T, flags< memory_caps > Caps, size_t Alignment = 0>
template<typename U>
struct idfxx::caps_allocator< T, Caps, Alignment >::rebind< U >

Rebind the allocator to a different type.

Template Parameters
UThe new type to allocate.

Definition at line 261 of file memory.hpp.

Member Typedef Documentation

◆ other

template<typename T , flags< memory_caps > Caps, size_t Alignment = 0>
template<typename U >
using idfxx::caps_allocator< T, Caps, Alignment >::rebind< U >::other = caps_allocator<U, Caps, Alignment>

The rebound allocator type.

Definition at line 262 of file memory.hpp.


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