tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Public Member Functions | List of all members
StaticStorage< T, Size > Class Template Reference

#include <static_storage.h>

Inheritance diagram for StaticStorage< T, Size >:
Inheritance graph
[legend]

Public Member Functions

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
 

Member Function Documentation

◆ begin() [1/2]

template<typename T , my_size_t Size>
FORCE_INLINE constexpr const T * StaticStorage< T, Size >::begin ( ) const
inlineconstexprnoexcept

◆ begin() [2/2]

template<typename T , my_size_t Size>
FORCE_INLINE constexpr T * StaticStorage< T, Size >::begin ( )
inlineconstexprnoexcept

◆ data() [1/2]

template<typename T , my_size_t Size>
FORCE_INLINE constexpr const T * StaticStorage< T, Size >::data ( ) const
inlineconstexprnoexcept

◆ data() [2/2]

template<typename T , my_size_t Size>
FORCE_INLINE constexpr T * StaticStorage< T, Size >::data ( )
inlineconstexprnoexcept

◆ end() [1/2]

template<typename T , my_size_t Size>
FORCE_INLINE constexpr const T * StaticStorage< T, Size >::end ( ) const
inlineconstexprnoexcept

◆ end() [2/2]

template<typename T , my_size_t Size>
FORCE_INLINE constexpr T * StaticStorage< T, Size >::end ( )
inlineconstexprnoexcept

◆ operator[]() [1/2]

template<typename T , my_size_t Size>
FORCE_INLINE constexpr const T & StaticStorage< T, Size >::operator[] ( my_size_t  idx) const
inlineconstexprnoexcept

◆ operator[]() [2/2]

template<typename T , my_size_t Size>
FORCE_INLINE constexpr T & StaticStorage< T, Size >::operator[] ( my_size_t  idx)
inlineconstexprnoexcept

The documentation for this class was generated from the following file: