v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::internal::SaturationDefaultLimits< T > Struct Template Reference

#include <safe_conversions.h>

Inheritance diagram for v8::base::internal::SaturationDefaultLimits< T >:
Collaboration diagram for v8::base::internal::SaturationDefaultLimits< T >:

Static Public Member Functions

static constexpr T NaN ()
 
static constexpr T Overflow ()
 
static constexpr T Underflow ()
 

Detailed Description

template<typename T>
struct v8::base::internal::SaturationDefaultLimits< T >

Definition at line 116 of file safe_conversions.h.

Member Function Documentation

◆ NaN()

template<typename T >
static constexpr T v8::base::internal::SaturationDefaultLimits< T >::NaN ( )
inlinestaticconstexpr

Definition at line 117 of file safe_conversions.h.

Here is the caller graph for this function:

◆ Overflow()

template<typename T >
static constexpr T v8::base::internal::SaturationDefaultLimits< T >::Overflow ( )
inlinestaticconstexpr

Definition at line 125 of file safe_conversions.h.

◆ Underflow()

template<typename T >
static constexpr T v8::base::internal::SaturationDefaultLimits< T >::Underflow ( )
inlinestaticconstexpr

Definition at line 133 of file safe_conversions.h.


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