My Project
Classes
span.hpp File Reference
#include "contiguous_iterator.hpp"
#include "cstdint.hpp"
#include "cstring.hpp"
#include "min_of.hpp"
#include "npos.hpp"
#include "is_constant_evaluated.hpp"
#include "is_fundamental.hpp"
#include "numeric_limits.hpp"
#include "reverse_iterator.hpp"

Go to the source code of this file.

Classes

class  bsl::span< T >
 A bsl::span is a non-owning view of an array type. Unlike a bsl::array, the bsl::span does not own the memory it accesses and therefore cannot outlive whatever array you give it. The bsl::span is also very similar to a gsl::span and a std::span with some key differences. More...
 

Detailed Description