![]() |
Low-Level Abstraction of Memory Access
|
#include <RecordCoord.hpp>
Public Types | |
using | List = mp_list_c< std::size_t, Coords... > |
The list of integral coordinates as mp_list . More... | |
Static Public Attributes | |
static constexpr std::size_t | front = mp_front<List>::value |
static constexpr std::size_t | back = mp_back<List>::value |
static constexpr std::size_t | size = sizeof...(Coords) |
Represents a coordinate for a record inside the record dimension tree.
Coords... | the compile time coordinate. |
Definition at line 19 of file RecordCoord.hpp.
using llama::RecordCoord< Coords >::List = mp_list_c<std::size_t, Coords...> |
The list of integral coordinates as mp_list
.
Definition at line 22 of file RecordCoord.hpp.
|
staticconstexpr |
Definition at line 25 of file RecordCoord.hpp.
|
staticconstexpr |
Definition at line 24 of file RecordCoord.hpp.
|
staticconstexpr |
Definition at line 26 of file RecordCoord.hpp.