Template Class FixedPositionContainer

Class Documentation

template<typename T, uint64_t Capacity>
class FixedPositionContainer

workaround container until we have a fixed list with the needed functionality

Public Functions

bool hasFreeSpace() noexcept
template<typename ...Targs>
T *insert(Targs&&... args) noexcept
void erase(const T *const element) noexcept
cxx::vector<T*, Capacity> content() noexcept

Public Static Attributes

static constexpr uint64_t FIRST_ELEMENT = std::numeric_limits<uint64_t>::max()