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

#include <safe_conversions_impl.h>

Collaboration diagram for v8::base::internal::IsGreaterOrEqual< L, R >:

Public Types

using SumT = decltype(std::declval<L>() + std::declval<R>())
 

Static Public Member Functions

static constexpr bool Test (L lhs, R rhs)
 

Detailed Description

template<typename L, typename R>
requires std::is_arithmetic_v<L> && std::is_arithmetic_v<R>
struct v8::base::internal::IsGreaterOrEqual< L, R >

Definition at line 618 of file safe_conversions_impl.h.

Member Typedef Documentation

◆ SumT

template<typename L , typename R >
using v8::base::internal::IsGreaterOrEqual< L, R >::SumT = decltype(std::declval<L>() + std::declval<R>())

Definition at line 619 of file safe_conversions_impl.h.

Member Function Documentation

◆ Test()

template<typename L , typename R >
static constexpr bool v8::base::internal::IsGreaterOrEqual< L, R >::Test ( L lhs,
R rhs )
inlinestaticconstexpr

Definition at line 620 of file safe_conversions_impl.h.

Here is the call graph for this function:

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