Definition of the Span
class template.
More...
#include <cstddef>
#include <cassert>
#include <initializer_list>
#include <type_traits>
#include <utility>
#include <playrho/Templates.hpp>
Classes | |
class | playrho::Span< T > |
An encapsulation of an array and its size. More... | |
Namespaces | |
playrho | |
Functions | |
template<typename T > | |
constexpr auto | playrho::operator!= (const Span< T > &lhs, const Span< T > &rhs) noexcept |
Inequality operator support. | |
template<typename T > | |
constexpr auto | playrho::operator== (const Span< T > &lhs, const Span< T > &rhs) noexcept |
Equality operator support. | |
Definition of the Span
class template.