sparrow
2.0.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
Loading...
Searching...
No Matches
sparrow::can_any_allocator_sbo Concept Reference
#include <
allocator.hpp
>
Concept definition
template
<
class
A,
class
T>
concept
sparrow::can_any_allocator_sbo
=
allocator<A>
&& (std::same_as<std::remove_cvref_t<A>, std::allocator<T>>
|| std::same_as<std::remove_cvref_t<A>, std::pmr::polymorphic_allocator<T>>
|| std::same_as<std::remove_cvref_t<A>,
xsimd::aligned_allocator<T>
>)
xsimd::aligned_allocator
Allocator for aligned memory.
Definition
xsimd_aligned_allocator.hpp:50
sparrow::allocator
Definition
allocator.hpp:33
sparrow::can_any_allocator_sbo
Definition
allocator.hpp:54
Detailed Description
Definition at line
54
of file
allocator.hpp
.
sparrow
can_any_allocator_sbo
Generated by
1.13.2