System::TestPredicates::TypeTraits::AnyOfDecimal typedef

AnyOfDecimal typedef

Prüft, ob mindestens eines der Typargumente System::Decimal ist. Falls ja, wird das Member value auf true gesetzt, andernfalls ist es false.

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

Siehe auch