nngn
Loading...
Searching...
No Matches
span.h File Reference
#include <algorithm>
#include <cassert>
#include <span>
#include <string_view>
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.

Namespaces

namespace  nngn
 

Functions

template<typename T >
std::span< Tnngn::slice (std::span< T > s, auto b, auto e)
 
template<typename T >
auto nngn::split (std::span< T > s, std::size_t i)
 
auto nngn::split (std::string_view s, std::string_view::iterator i)