#include <cassert>
#include <cstddef>
#include <cstdint>
#include <utility>
Go to the source code of this file.
Classes | |
class | flecsi::util::offset< COUNT_BITS > |
offset represents an offset range (a start index plus a count of elements) in a single uint64_t. The lower COUNT_BITS bits are used for the count and the remaining bits are used for the start index. More... | |
Namespaces | |
flecsi | |