#include <safe_conversions_impl.h>
|
| static constexpr bool | Test (const L lhs, const R rhs) |
| |
template<typename L, typename R>
struct base::internal::IsEqual< L, R >
Definition at line 771 of file safe_conversions_impl.h.
◆ Test()
template<typename L , typename R >
Definition at line 774 of file safe_conversions_impl.h.
774 {
775 return DstRangeRelationToSrcRange<R>(lhs) ==
776 DstRangeRelationToSrcRange<L>(rhs) &&
777 static_cast<decltype(lhs + rhs)>(lhs) ==
778 static_cast<decltype(lhs + rhs)>(rhs);
779 }
The documentation for this struct was generated from the following file: