o-du/phy
Intel O-RAN/X-RAN Generated Doxygen Documentation
Public Types | Static Public Attributes
is_compatible_integer_type_impl< true, RealIntegerType, CompatibleNumberIntegerType > Struct Template Reference

#include <json.hpp>

Collaboration diagram for is_compatible_integer_type_impl< true, RealIntegerType, CompatibleNumberIntegerType >:
Collaboration graph

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< true, RealIntegerType, CompatibleNumberIntegerType >

Definition at line 425 of file json.hpp.

Member Typedef Documentation

◆ CompatibleLimits

using CompatibleLimits = std::numeric_limits<CompatibleNumberIntegerType>

Definition at line 429 of file json.hpp.

◆ RealLimits

using RealLimits = std::numeric_limits<RealIntegerType>

Definition at line 428 of file json.hpp.

Field Documentation

◆ value

constexpr auto value
static
Initial value:
=
std::is_constructible<RealIntegerType,
CompatibleNumberIntegerType>::value and
CompatibleLimits::is_integer and
RealLimits::is_signed == CompatibleLimits::is_signed

Definition at line 431 of file json.hpp.


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