![]() |
Low-Level Abstraction of Memory Access
|
#include <BlobAllocators.hpp>
Classes | |
struct | AlignedArray |
Public Member Functions | |
template<std::size_t Alignment> | |
auto | operator() (std::integral_constant< std::size_t, Alignment >, [[maybe_unused]] std::size_t count) const -> AlignedArray< Alignment > |
Allocates statically sized memory for a View, which is copied each time a View is copied.
BytesToReserve | the amount of memory to reserve. |
Definition at line 32 of file BlobAllocators.hpp.
|
inline |
Definition at line 40 of file BlobAllocators.hpp.