|
tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
|
#include <dynamic_storage.h>
Public Member Functions | |
| DynamicStorage () | |
| ~DynamicStorage () | |
| DynamicStorage (const DynamicStorage &other) | |
| DynamicStorage (DynamicStorage &&other) noexcept | |
| DynamicStorage & | operator= (const DynamicStorage &other) |
| DynamicStorage & | operator= (DynamicStorage &&other) noexcept |
| FORCE_INLINE constexpr T & | operator[] (my_size_t idx) noexcept |
| FORCE_INLINE constexpr const T & | operator[] (my_size_t idx) const noexcept |
| FORCE_INLINE constexpr T * | data () noexcept |
| FORCE_INLINE constexpr const T * | data () const noexcept |
| FORCE_INLINE constexpr T * | begin () noexcept |
| FORCE_INLINE constexpr const T * | begin () const noexcept |
| FORCE_INLINE constexpr T * | end () noexcept |
| FORCE_INLINE constexpr const T * | end () const noexcept |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inline |
|
inlinenoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |