rocPRIM
Public Attributes | List of all members
detail::temp_storage::layout Struct Reference

This value-structure describes the required layout of some piece of temporary memory, which includes the required size and the required alignment. More...

#include <temp_storage.hpp>

Public Attributes

size_t size
 The required size of the temporary memory, in bytes.
 
size_t alignment = default_alignment
 The required alignment of the temporary memory, in bytes. Defaults to default_alignment.
 

Detailed Description

This value-structure describes the required layout of some piece of temporary memory, which includes the required size and the required alignment.


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