System::TestPredicates::TypeTraits::AreFPandArithmetic typedef
AreFPandArithmetic typedef
Prüft, ob T1 arithmetisch und T2 Fließkomma ist, oder umgekehrt. Falls ja, wird das Werte‑Mitglied auf true gesetzt, andernfalls ist es false.
using System::TestPredicates::TypeTraits::AreFPandArithmetic = std::integral_constant<bool, (std::is_floating_point<T1>::value && std::is_arithmetic<T2>::value) || (std::is_arithmetic<T1>::value && std::is_floating_point<T2>::value) >
Siehe auch
- Namespace System::TestPredicates::TypeTraits
- Library Aspose.Page for C++