V8 Project
v8::base::internal::IsIntegerArithmeticSafe< T, Lhs, Rhs > Struct Template Reference

#include <safe_math_impl.h>

+ Collaboration diagram for v8::base::internal::IsIntegerArithmeticSafe< T, Lhs, Rhs >:

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 ==
sizeof(T) >= (2 * sizeof(Lhs)) &&
StaticDstRangeRelationToSrcRange<T
#define T(name, string, precedence)
Definition: token.cc:25

Definition at line 518 of file safe_math_impl.h.


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