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