X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPI%2Fstructnlohmann_1_1detail_1_1is__compatible__integer__type__impl_3_01true_00_01_real_integer_type78b0ba77f36a8c8169cdb79b01d1a4bf.html;fp=docs%2FAPI%2Fstructnlohmann_1_1detail_1_1is__compatible__integer__type__impl_3_01true_00_01_real_integer_type78b0ba77f36a8c8169cdb79b01d1a4bf.html;h=7228d32bd5121cee209109c540e3bf539edecdfd;hb=870e1b86b0c74169b215c166dee787c7c1a20d06;hp=0000000000000000000000000000000000000000;hpb=298022ce50fa8133cc880507170c4b7120d227b5;p=o-du%2Fphy.git diff --git a/docs/API/structnlohmann_1_1detail_1_1is__compatible__integer__type__impl_3_01true_00_01_real_integer_type78b0ba77f36a8c8169cdb79b01d1a4bf.html b/docs/API/structnlohmann_1_1detail_1_1is__compatible__integer__type__impl_3_01true_00_01_real_integer_type78b0ba77f36a8c8169cdb79b01d1a4bf.html new file mode 100644 index 0000000..7228d32 --- /dev/null +++ b/docs/API/structnlohmann_1_1detail_1_1is__compatible__integer__type__impl_3_01true_00_01_real_integer_type78b0ba77f36a8c8169cdb79b01d1a4bf.html @@ -0,0 +1,168 @@ + + + + + + + +o-du/phy: is_compatible_integer_type_impl< true, RealIntegerType, CompatibleNumberIntegerType > Struct Template Reference + + + + + + + + + +
+
+ + + + + + +
+
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: +
+ + + +