Itoyori  v0.0.1
global_span.hpp File Reference
#include "ityr/common/util.hpp"
#include "ityr/ori/ori.hpp"
Include dependency graph for global_span.hpp:
This graph shows which files directly or indirectly include this file:

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