flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
nlohmann::json_abi_v3_11_3::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 > > Struct Template Reference

#include <json.hpp>

Collaboration diagram for nlohmann::json_abi_v3_11_3::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 > >:
Collaboration graph

Public Types

using CompatibleLimits = std::numeric_limits< CompatibleNumberIntegerType >
 
using RealLimits = std::numeric_limits< RealIntegerType >
 

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename RealIntegerType, typename CompatibleNumberIntegerType>
struct nlohmann::json_abi_v3_11_3::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 > >

Definition at line 3911 of file json.hpp.

Member Typedef Documentation

◆ CompatibleLimits

template<typename RealIntegerType , typename CompatibleNumberIntegerType >
using nlohmann::json_abi_v3_11_3::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 > >::CompatibleLimits = std::numeric_limits<CompatibleNumberIntegerType>

Definition at line 3919 of file json.hpp.

◆ RealLimits

template<typename RealIntegerType , typename CompatibleNumberIntegerType >
using nlohmann::json_abi_v3_11_3::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 > >::RealLimits = std::numeric_limits<RealIntegerType>

Definition at line 3918 of file json.hpp.

Member Data Documentation

◆ value

template<typename RealIntegerType , typename CompatibleNumberIntegerType >
constexpr auto nlohmann::json_abi_v3_11_3::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

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