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>
또 보기
- Namespace System::TestPredicates::TypeTraits
- Library Aspose.Page for C++