sparrow 1.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
xsimd::aligned_allocator< T, Align >::rebind< U > Struct Template Reference

#include <xsimd_aligned_allocator.hpp>

Public Types

using other = aligned_allocator<U, Align>
 

Detailed Description

template<class T, size_t Align = 64>
template<class U>
struct xsimd::aligned_allocator< T, Align >::rebind< U >

Definition at line 63 of file xsimd_aligned_allocator.hpp.

Member Typedef Documentation

◆ other

template<class T, size_t Align = 64>
template<class U>
using xsimd::aligned_allocator< T, Align >::rebind< U >::other = aligned_allocator<U, Align>

Definition at line 65 of file xsimd_aligned_allocator.hpp.


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