System::TestPredicates::TypeTraits::BothEnumerable टाइपडिफ़
BothEnumerable typedef
जाँचता है कि दोनों प्रकार तर्क IEnumerable हैं। यदि ऐसा है, तो वैल्यू सदस्य को true सेट किया जाता है, अन्यथा इसे false सेट किया जाता है।
using System::TestPredicates::TypeTraits::BothEnumerable = std::integral_constant<bool, IsEnumerable<T1>::value && IsEnumerable<T2>::value>
संबंधित देखें
- Namespace System::TestPredicates::TypeTraits
- Library Aspose.Page for C++