BothEnumerable
BothEnumerable typedef
Checks if both type arguments are IEnumerable. If so, value member is set to true, otherwise it is set to false.
using System::TestPredicates::TypeTraits::BothEnumerable = typedef std::integral_constant<bool, IsEnumerable<T1>::value && IsEnumerable<T2>::value>
See Also
- Namespace System::TestPredicates::TypeTraits
- Library Aspose.Slides