System::TestPredicates::TypeTraits::AnyOfDecimal typedef

AnyOfDecimal typedef

少なくとも一方の型引数が System::Decimal であるかをチェックします。もしそうであれば、value メンバーは true に設定され、そうでなければ false に設定されます。

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

参照