sparrow 0.3.0
Loading...
Searching...
No Matches
vector_view.hpp File Reference
#include <algorithm>
#include <ranges>
#include <vector>
Include dependency graph for vector_view.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sparrow::vector_view< T >
 The class vector_view describes an object that can refer to a constant contiguous sequence of T with the first element of the sequence at position zero. More...
 

Namespaces

namespace  sparrow
 

Functions

template<class T>
constexpr bool sparrow::operator== (const vector_view< T > &lhs, const vector_view< T > &rhs)
 
template<class T>
constexpr bool sparrow::operator== (const vector_view< T > &lhs, const std::vector< std::decay_t< T > > &rhs)
 
template<class T>
constexpr std::compare_three_way_result< T > sparrow::operator<=> (const vector_view< T > &lhs, const vector_view< T > &rhs)
 
template<class T>
constexpr std::compare_three_way_result< T > sparrow::operator<=> (const vector_view< T > &lhs, const std::vector< std::decay_t< T > > &rhs)