V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::base::is_signed_vs_unsigned< Lhs, Rhs > Struct Template Reference

Public Types

using lhs_underlying = typename comparison_underlying_type< Lhs >::type
 
using rhs_underlying = typename comparison_underlying_type< Rhs >::type
 

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename Lhs, typename Rhs>
struct v8::base::is_signed_vs_unsigned< Lhs, Rhs >

Definition at line 223 of file logging.h.

Member Data Documentation

◆ value

template<typename Lhs, typename Rhs>
constexpr bool v8::base::is_signed_vs_unsigned< Lhs, Rhs >::value
static
Initial value:
= std::is_integral<lhs_underlying>::value &&
std::is_integral<rhs_underlying>::value &&
std::is_signed<lhs_underlying>::value &&
std::is_unsigned<rhs_underlying>::value

Definition at line 226 of file logging.h.


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