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

Go to the source code of this file.

Classes

class  ityr::common::span< T >
 

Namespaces

 ityr
 
 ityr::common
 

Functions

template<typename T >
constexpr auto ityr::common::data (const span< T > &s) noexcept
 
template<typename T >
constexpr auto ityr::common::size (const span< T > &s) noexcept
 
template<typename T >
constexpr auto ityr::common::begin (const span< T > &s) noexcept
 
template<typename T >
constexpr auto ityr::common::end (const span< T > &s) noexcept