Pigweed
 
Loading...
Searching...
No Matches
pw::allocator::AlignedBuffer< kBufferSize, kAlignment > Struct Template Reference

Convenience alias for creating aligned byte buffers. More...

#include <buffer.h>

Public Member Functions

constexpr ByteSpan as_span ()
 

Public Attributes

std::array< std::byte, kBufferSize > bytes_
 

Detailed Description

template<size_t kBufferSize, size_t kAlignment>
struct pw::allocator::AlignedBuffer< kBufferSize, kAlignment >

Convenience alias for creating aligned byte buffers.


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