System::TestPredicates::TypeTraits::AnyOfDecimal typedef
AnyOfDecimal typedef
Verifica che almeno uno degli argomenti di tipo sia System::Decimal. In tal caso, imposta il membro value a true, altrimenti è false.
using System::TestPredicates::TypeTraits::AnyOfDecimal = std::integral_constant<bool, std::is_same<T1, System::Decimal>::value || std::is_same<T2, System::Decimal>::value>
Vedi anche
- Namespace System::TestPredicates::TypeTraits
- Library Aspose.Font for C++