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>
struct v8::base::internal::StaticDstRangeRelationToSrcRange< Dst, Src, DstSign, SrcSign >
Definition at line 59 of file safe_conversions_impl.h.
The documentation for this struct was generated from the following file: