alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
alpaka::concepts::Alignment Concept Reference

Concept to check for an alignment object. More...

#include <Alignment.hpp>

Concept definition

template<typename T>
Concept to check for an alignment object.
Definition Alignment.hpp:89

Detailed Description

Concept to check for an alignment object.

An alignment represents a byte alignment of memory. The class is used for strong typing. For more information, refer to the struct alpaka::Alignment or the general documentation.

Todo
link to alignment documentation in the general docs

Definition at line 89 of file Alignment.hpp.