#include <safe_conversions_impl.h>
|
| static constexpr bool | Test (const L lhs, const R rhs) |
| |
template<typename L, typename R>
struct base::internal::IsNotEqual< L, R >
Definition at line 783 of file safe_conversions_impl.h.
◆ Test()
template<typename L , typename R >
Definition at line 786 of file safe_conversions_impl.h.
786 {
787 return DstRangeRelationToSrcRange<R>(lhs) !=
788 DstRangeRelationToSrcRange<L>(rhs) ||
789 static_cast<decltype(lhs + rhs)>(lhs) !=
790 static_cast<decltype(lhs + rhs)>(rhs);
791 }
The documentation for this struct was generated from the following file: