Template Class Buffer
Defined in File buffer.hpp
Class Documentation
-
template<typename ElementType, uint64_t Capacity, typename index_t = uint64_t>
class Buffer Public Functions
-
Buffer() noexcept = default
-
~Buffer() noexcept = default
-
ElementType &operator[](const index_t index) noexcept
-
const ElementType &operator[](const index_t index) const noexcept
-
ElementType *ptr(const index_t index) noexcept
-
const ElementType *ptr(const index_t index) const noexcept
-
uint64_t capacity() const noexcept
-
Buffer() noexcept = default