|
|
using | RealLimits = std::numeric_limits<RealIntegerType> |
|
using | CompatibleLimits = std::numeric_limits<CompatibleNumberIntegerType> |
|
| static constexpr auto | value |
◆ value
template<typename RealIntegerType, typename CompatibleNumberIntegerType>
| auto nlohmann::detail::is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value &&std::is_integral< CompatibleNumberIntegerType >::value &&!std::is_same< bool, CompatibleNumberIntegerType >::value > >::value |
|
staticconstexpr |
Initial value:=
CompatibleNumberIntegerType>::value &&
CompatibleLimits::is_integer &&
RealLimits::is_signed == CompatibleLimits::is_signed
Definition type_traits.hpp:187
The documentation for this struct was generated from the following file: