Pyrogenesis  trunk
Classes | Namespaces | Functions
Span.h File Reference
#include <cstddef>
#include <iterator>
#include <type_traits>
Include dependency graph for Span.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PS::span< T >
 Simplifed version of std::span (C++20) as we don't support the original one yet. More...
 

Namespaces

 PS
 

Functions

template<typename T , size_t N>
 PS::span (const std::array< T, N > &) -> span< const T >