#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/json/include/wpi/detail/meta/type_traits.h>
|
using | RealLimits = std::numeric_limits< RealIntegerType > |
|
using | CompatibleLimits = std::numeric_limits< CompatibleNumberIntegerType > |
|
|
static constexpr auto | value |
|
◆ CompatibleLimits
template<typename RealIntegerType , typename CompatibleNumberIntegerType >
◆ RealLimits
template<typename RealIntegerType , typename CompatibleNumberIntegerType >
◆ value
template<typename RealIntegerType , typename CompatibleNumberIntegerType >
constexpr auto detail::is_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value &&std::is_integral< CompatibleNumberIntegerType >::value &&!std::is_same< bool, CompatibleNumberIntegerType >::value > >::value |
|
staticconstexpr |
Initial value:=
is_constructible<RealIntegerType,
CompatibleNumberIntegerType>
::value &&
std::integral_constant< bool, std::numeric_limits< T >::is_signed||std::is_same< T, int128_opt >::value > is_signed
Definition: format.h:811
bool_constant< is_integral< T >::value &&!std::is_same< T, bool >::value &&!std::is_same< T, char >::value &&!std::is_same< T, wchar_t >::value > is_integer
Definition: format.h:817
static constexpr auto value
Definition: type_traits.h:452
The documentation for this struct was generated from the following file:
- /home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/json/include/wpi/detail/meta/type_traits.h