AnyOfDecimal

AnyOfDecimal typedef

Checks that at least one of type arguments is System::Decimal. If so, sets value member to true, otherwise it is false.

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

See Also