System::TestPredicates::TypeTraits::BothEnumerable typedef

BothEnumerable typedef

Проверяет, являются ли оба типовых аргумента IEnumerable. Если да, член value устанавливается в true, иначе — false.

using System::TestPredicates::TypeTraits::BothEnumerable =  std::integral_constant<bool, IsEnumerable<T1>::value && IsEnumerable<T2>::value>

См. также