|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
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. | |
Rebind the allocator to a different type.
| U | The new type to allocate. |
Definition at line 261 of file memory.hpp.
| 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.