System::TestPredicates::TypeTraits::BothEnumerable typedef

BothEnumerable typedef

Verifica se entrambi gli argomenti di tipo sono IEnumerable. In tal caso, il membro value è impostato su true, altrimenti è impostato su false.

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

Vedi anche