Pigweed
C/C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
pw::allocator::AlignedBuffer< kBufferSize, kAlignment > Struct Template Reference

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

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: