V8 Project
v8::base::internal::integral_constant< T, v > Struct Template Reference

#include <safe_math_impl.h>

+ Inheritance diagram for v8::base::internal::integral_constant< T, v >:
+ Collaboration diagram for v8::base::internal::integral_constant< T, v >:

Public Types

typedef T value_type
 
typedef integral_constant< T, v > type
 

Static Public Attributes

static const T value = v
 

Detailed Description

template<class T, T v>
struct v8::base::internal::integral_constant< T, v >

Definition at line 28 of file safe_math_impl.h.

Member Typedef Documentation

◆ type

template<class T , T v>
typedef integral_constant<T, v> v8::base::internal::integral_constant< T, v >::type

Definition at line 31 of file safe_math_impl.h.

◆ value_type

template<class T , T v>
typedef T v8::base::internal::integral_constant< T, v >::value_type

Definition at line 30 of file safe_math_impl.h.

Member Data Documentation

◆ value

template<class T , T v>
const T v8::base::internal::integral_constant< T, v >::value = v
static

Definition at line 29 of file safe_math_impl.h.


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