typedef System::TestPredicates::TypeTraits::AnyOfDecimal
AnyOfDecimal typedef
Verifica che almeno uno degli argomenti di tipo sia System::Decimal. In tal caso, imposta il membro value su 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.Page for C++