|
rocPRIM
|
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. | |
This value-structure describes the required layout of some piece of temporary memory, which includes the required size and the required alignment.
1.8.13