System::TestPredicates::TypeTraits::AreFPandArithmetic typedef
AreFPandArithmetic typedef
يتحقق من أن T1 عدد حسابي وT2 عدد عائم، أو العكس. إذا كان كذلك، يتم تعيين عضو القيمة إلى true، وإلا يكون 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) >
انظر أيضًا
- Namespace System::TestPredicates::TypeTraits
- Library Aspose.Font for C++