V8 Project
|
#include <safe_math_impl.h>
Public Types | |
typedef enable_if< std::numeric_limits< Integer >::is_integer, typename IntegerForSizeAndSign< sizeof(Integer), true >::type >::type | type |
Definition at line 103 of file safe_math_impl.h.
typedef enable_if< std::numeric_limits<Integer>::is_integer, typename IntegerForSizeAndSign<sizeof(Integer), true>::type>::type v8::base::internal::SignedIntegerForSize< Integer >::type |
Definition at line 106 of file safe_math_impl.h.