Go to the source code of this file.
Classes | |
class | ityr::global_span< T > |
Global span to represent a view of a global memory range. More... | |
Namespaces | |
ityr | |
Functions | |
template<typename T > | |
constexpr auto | ityr::data (const global_span< T > &s) noexcept |
template<typename T > | |
constexpr auto | ityr::size (const global_span< T > &s) noexcept |
template<typename T > | |
constexpr auto | ityr::begin (const global_span< T > &s) noexcept |
template<typename T > | |
constexpr auto | ityr::end (const global_span< T > &s) noexcept |