EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nlohmann::detail::is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value andstd::is_integral< CompatibleNumberIntegerType >::value andnot std::is_same< bool, CompatibleNumberIntegerType >::value > > Struct Template Reference

#include <acts/blob/sPHENIX/thirdparty/nlohmann_json/single_include/nlohmann/json.hpp>

Public Types

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

Static Public Attributes

static constexpr auto value
 

Detailed Description

template<typename RealIntegerType, typename CompatibleNumberIntegerType>
struct nlohmann::detail::is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value andstd::is_integral< CompatibleNumberIntegerType >::value andnot std::is_same< bool, CompatibleNumberIntegerType >::value > >

Definition at line 3089 of file json.hpp.

View newest version in sPHENIX GitHub at line 3089 of file json.hpp

Member Typedef Documentation

template<typename RealIntegerType , typename CompatibleNumberIntegerType >
using nlohmann::detail::is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value andstd::is_integral< CompatibleNumberIntegerType >::value andnot std::is_same< bool, CompatibleNumberIntegerType >::value > >::CompatibleLimits = std::numeric_limits<CompatibleNumberIntegerType>

Definition at line 3097 of file json.hpp.

View newest version in sPHENIX GitHub at line 3097 of file json.hpp

template<typename RealIntegerType , typename CompatibleNumberIntegerType >
using nlohmann::detail::is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value andstd::is_integral< CompatibleNumberIntegerType >::value andnot std::is_same< bool, CompatibleNumberIntegerType >::value > >::RealLimits = std::numeric_limits<RealIntegerType>

Definition at line 3096 of file json.hpp.

View newest version in sPHENIX GitHub at line 3096 of file json.hpp

Member Data Documentation

template<typename RealIntegerType , typename CompatibleNumberIntegerType >
constexpr auto nlohmann::detail::is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value andstd::is_integral< CompatibleNumberIntegerType >::value andnot std::is_same< bool, CompatibleNumberIntegerType >::value > >::value
static
Initial value:
=
std::is_constructible<RealIntegerType,
CompatibleNumberIntegerType>::value and
CompatibleLimits::is_integer and
RealLimits::is_signed == CompatibleLimits::is_signed

Definition at line 3099 of file json.hpp.

View newest version in sPHENIX GitHub at line 3099 of file json.hpp


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