V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::internal::IsIntegerArithmeticSafe< T, Lhs, Rhs > Struct Template Reference

Static Public Attributes

static const bool value
 

Detailed Description

template<typename T, typename Lhs, typename Rhs>
struct v8::base::internal::IsIntegerArithmeticSafe< T, Lhs, Rhs >

Definition at line 517 of file safe_math_impl.h.

Member Data Documentation

◆ value

template<typename T , typename Lhs , typename Rhs >
const bool v8::base::internal::IsIntegerArithmeticSafe< T, Lhs, Rhs >::value
static
Initial value:
= !std::numeric_limits<T>::is_iec559 &&
StaticDstRangeRelationToSrcRange<T, Lhs>::value ==
NUMERIC_RANGE_CONTAINED &&
sizeof(T) >= (2 * sizeof(Lhs)) &&
StaticDstRangeRelationToSrcRange<T

Definition at line 518 of file safe_math_impl.h.


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