sparrow 0.3.0
|
#include <algorithm>
#include <ranges>
#include <vector>
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) |