![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <clamped_math_impl.h>
Public Types | |
using | result_type = MaxExponentPromotion<T, U> |
Static Public Member Functions | |
template<typename V = result_type> requires (std::same_as<V, result_type> || kIsTypeInRangeForNumericType<U, V>) | |
static constexpr V | Do (T x, U y) |
Definition at line 73 of file clamped_math_impl.h.
using v8::base::internal::ClampedAddOp< T, U >::result_type = MaxExponentPromotion<T, U> |
Definition at line 74 of file clamped_math_impl.h.
|
inlinestaticconstexpr |