Template Function gpa::playback::detail::operator!=
Defined in File span.h
Function Documentation
-
template<typename T>
inline bool gpa::playback::detail::operator!=(Span<T> const &lhs, Span<T> const &rhs) Gets a value indicating whether or not the data referenced by one Span<> is inequal to the data referenced by another Span<>
- Parameters
<T> -- The type of data referenced by the given Span<>s
lhs -- [in] The left hand side Span<> to compare
rhs -- [in] The right hand side Span<> to compare
- Returns
Whether or not the data referenced by the given Span<>s is inequal