V8 Project
v8::base::internal::SignedIntegerForSize< Integer > Struct Template Reference

#include <safe_math_impl.h>

+ Collaboration diagram for v8::base::internal::SignedIntegerForSize< Integer >:

Public Types

typedef enable_if< std::numeric_limits< Integer >::is_integer, typename IntegerForSizeAndSign< sizeof(Integer), true >::type >::type type
 

Detailed Description

template<typename Integer>
struct v8::base::internal::SignedIntegerForSize< Integer >

Definition at line 103 of file safe_math_impl.h.

Member Typedef Documentation

◆ type

template<typename Integer >
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.


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