|
V8 Project
|
#include <safe_math_impl.h>
Collaboration diagram for v8::base::internal::TwiceWiderInteger< Integer >:Public Types | |
| typedef enable_if< std::numeric_limits< Integer >::is_integer, typename IntegerForSizeAndSign< sizeof(Integer) *2, std::numeric_limits< Integer >::is_signed >::type >::type | type |
Definition at line 110 of file safe_math_impl.h.
| typedef enable_if< std::numeric_limits<Integer>::is_integer, typename IntegerForSizeAndSign< sizeof(Integer) * 2, std::numeric_limits<Integer>::is_signed>::type>::type v8::base::internal::TwiceWiderInteger< Integer >::type |
Definition at line 115 of file safe_math_impl.h.