#include <algorithm>
#include <cassert>
#include <cstddef>
Go to the source code of this file.
|
template<typename T , typename U > |
bool | trust::operator== (const ArrayView< T > &lhs, const ArrayView< U > &rhs) |
|
template<typename T , typename U > |
bool | trust::operator!= (const ArrayView< T > &lhs, const ArrayView< U > &rhs) |
|
template<typename T , typename TContainer > |
bool | trust::operator== (const ArrayView< T > &lhs, const TContainer &rhs) |
|
template<typename T , typename TContainer > |
bool | trust::operator!= (const ArrayView< T > &lhs, const TContainer &rhs) |
|
template<typename T , typename TContainer > |
bool | trust::operator== (const TContainer &lhs, const ArrayView< T > &rhs) |
|
template<typename T , typename TContainer > |
bool | trust::operator!= (const TContainer &lhs, const ArrayView< T > &rhs) |
|
◆ TRUST_ARRAYVIEW_H
#define TRUST_ARRAYVIEW_H |