Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
base::internal::StaticDstRangeRelationToSrcRange< Dst, Src, DstSign, SrcSign > Struct Template Reference

Detailed Description

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.


The documentation for this struct was generated from the following file: