V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::internal::StaticDstRangeRelationToSrcRange< Dst, Src, DstSign, SrcSign > Struct Template Reference

Detailed Description

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: