1#ifndef STATIC_STORAGE_H
2#define STATIC_STORAGE_H
7template <
typename T, my_
size_t Size>
Definition static_storage.h:9
FORCE_INLINE constexpr T & operator[](my_size_t idx) noexcept
Definition static_storage.h:13
FORCE_INLINE constexpr T * begin() noexcept
Definition static_storage.h:19
FORCE_INLINE constexpr const T & operator[](my_size_t idx) const noexcept
Definition static_storage.h:14
FORCE_INLINE constexpr const T * end() const noexcept
Definition static_storage.h:23
FORCE_INLINE constexpr T * end() noexcept
Definition static_storage.h:22
FORCE_INLINE constexpr const T * begin() const noexcept
Definition static_storage.h:20
FORCE_INLINE constexpr T * data() noexcept
Definition static_storage.h:16
FORCE_INLINE constexpr const T * data() const noexcept
Definition static_storage.h:17
Global configuration for the tesseract tensor library.
#define my_size_t
Size/index type used throughout the library.
Definition config.h:126
#define FORCE_INLINE
Hint the compiler to always inline a function.
Definition config.h:26
constexpr my_size_t DATA_ALIGNAS
Definition microkernel_base.h:145