idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::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 = allocator< U, Caps, Alignment >
 The rebound allocator type.
 

Detailed Description

template<typename T, flags< memory::capabilities > Caps, size_t Alignment = 0>
template<typename U>
struct idfxx::allocator< T, Caps, Alignment >::rebind< U >

Rebind the allocator to a different type.

Template Parameters
UThe new type to allocate.

Definition at line 377 of file memory.hpp.

Member Typedef Documentation

◆ other

template<typename T , flags< memory::capabilities > Caps, size_t Alignment = 0>
template<typename U >
using idfxx::allocator< T, Caps, Alignment >::rebind< U >::other = allocator<U, Caps, Alignment>

The rebound allocator type.

Definition at line 378 of file memory.hpp.


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