template<typename Dst, typename Src,
IntegerRepresentation DstSign = std::is_signed<Dst>::value ? INTEGER_REPRESENTATION_SIGNED : INTEGER_REPRESENTATION_UNSIGNED,
IntegerRepresentation SrcSign = std::is_signed<Src>::value ? INTEGER_REPRESENTATION_SIGNED : INTEGER_REPRESENTATION_UNSIGNED>
struct base::internal::StaticDstRangeRelationToSrcRange< Dst, Src, DstSign, SrcSign >
Definition at line 155 of file safe_conversions_impl.h.