template<typename Dst, typename Src, IntegerRepresentation DstSign = std::numeric_limits<Dst>::is_signed ? INTEGER_REPRESENTATION_SIGNED : INTEGER_REPRESENTATION_UNSIGNED, IntegerRepresentation SrcSign = std::numeric_limits<Src>::is_signed ? INTEGER_REPRESENTATION_SIGNED : INTEGER_REPRESENTATION_UNSIGNED, NumericRangeRepresentation DstRange = StaticDstRangeRelationToSrcRange<Dst, Src>::value>
struct v8::base::internal::DstRangeRelationToSrcRangeImpl< Dst, Src, DstSign, SrcSign, DstRange >
Definition at line 127 of file safe_conversions_impl.h.
The documentation for this struct was generated from the following file: