|
using | lhs_underlying = typename comparison_underlying_type< Lhs >::type |
|
using | rhs_underlying = typename comparison_underlying_type< Rhs >::type |
|
|
static constexpr bool | value |
|
template<typename Lhs, typename Rhs>
struct v8::base::is_signed_vs_unsigned< Lhs, Rhs >
Definition at line 223 of file logging.h.
◆ value
template<typename Lhs, typename Rhs>
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: