System::TestPredicates::TypeTraits::AnyOfDecimal typedef

AnyOfDecimal typedef

En az bir tip argümanının System::Decimal olduğunu kontrol eder. Eğer öyleyse, value üyesini true olarak ayarlar, aksi takdirde false olur.

using System::TestPredicates::TypeTraits::AnyOfDecimal =  std::integral_constant<bool, std::is_same<T1, System::Decimal>::value || std::is_same<T2, System::Decimal>::value>

Ayrıca Bakınız