System::TestPredicates::TypeTraits::AreFPandArithmetic typedef
AreFPandArithmetic typedef
Überprüft, ob T1 arithmetisch und T2 Fließkomma ist, oder umgekehrt. Wenn ja, wird das Member value 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.Font for C++