#include <rad_cpp.h>
|
| constexpr | Span ()=default |
| |
| constexpr | Span (T *data, size_t size) |
| |
| constexpr T * | data () const |
| |
| constexpr size_t | size () const |
| |
| constexpr bool | empty () const |
| |
| constexpr T & | operator[] (size_t index) const |
| |
| constexpr T * | begin () const |
| |
| constexpr T * | end () const |
| |
◆ Span() [1/2]
◆ Span() [2/2]
◆ begin()
◆ data()
◆ empty()
template<typename T >
| constexpr bool rad::Span< T >::empty |
( |
| ) |
const |
|
inlineconstexpr |
◆ end()
◆ operator[]()
template<typename T >
| constexpr T& rad::Span< T >::operator[] |
( |
size_t |
index | ) |
const |
|
inlineconstexpr |
◆ size()
template<typename T >
| constexpr size_t rad::Span< T >::size |
( |
| ) |
const |
|
inlineconstexpr |
The documentation for this class was generated from the following file:
- /media/jvincent/Kingspec512/repos/RADLib/RADEmbeddedKernel/headers/radekernel/rad_cpp.h