Logo ROOT   6.14/05
Reference Guide
List of all members | Static Public Attributes | List of all members
nlohmann::detail::is_compatible_integer_type< RealIntegerType, CompatibleNumberIntegerType > Struct Template Reference

template<typename RealIntegerType, typename CompatibleNumberIntegerType>
struct nlohmann::detail::is_compatible_integer_type< RealIntegerType, CompatibleNumberIntegerType >

Definition at line 462 of file json.hpp.

Static Public Attributes

static constexpr auto value
 

#include </mnt/build/workspace/root-makedoc-v614/rootspi/rdoc/src/v6-14-00-patches/io/io/res/json.hpp>

Member Data Documentation

◆ value

template<typename RealIntegerType , typename CompatibleNumberIntegerType >
constexpr auto nlohmann::detail::is_compatible_integer_type< RealIntegerType, CompatibleNumberIntegerType >::value
static
Initial value:
=
is_compatible_integer_type_impl <
std::is_integral<CompatibleNumberIntegerType>::value and
not std::is_same<bool, CompatibleNumberIntegerType>::value,
RealIntegerType, CompatibleNumberIntegerType > ::value

Definition at line 464 of file json.hpp.


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