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=0000000000000000000000000000000000000000;hb=bdbd414e8038630c154ee3c6b8bc9b3aeb954be6;hp=7228d32bd5121cee209109c540e3bf539edecdfd;hpb=e9403c457453dba780e64af7de9462fad7217aa3;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 deleted file mode 100644 index 7228d32..0000000 --- a/docs/API/structnlohmann_1_1detail_1_1is__compatible__integer__type__impl_3_01true_00_01_real_integer_type78b0ba77f36a8c8169cdb79b01d1a4bf.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - -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: -
- - - -